Skip to content

Commit

Permalink
Remove redundant example docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Aug 15, 2024
1 parent 8ecaa7f commit da58b30
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 76 deletions.
6 changes: 4 additions & 2 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -547,13 +547,13 @@ EXTRACT_ALL = NO
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE = YES
EXTRACT_PRIVATE = NO

# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
# methods of a class will be included in the documentation.
# The default value is: NO.

EXTRACT_PRIV_VIRTUAL = YES
EXTRACT_PRIV_VIRTUAL = NO

# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
Expand Down Expand Up @@ -1059,6 +1059,8 @@ EXCLUDE = ../src/ReadMe.md \
../examples/logger_test \
../examples/logger_test_nonew \
../examples/YosemitechDO \
../examples/DRWI_2024_CTDandClarivue_LTE_20240724 \
../examples/DRWI_Mayfly1_Wifi_5tm_ds18b20_1 \
../src/sensors/table.md \
../lib \
../boards \
Expand Down
4 changes: 4 additions & 0 deletions examples/DRWI_2G/DRWI_2G.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci 2G sites.
*
* See [the walkthrough page](@ref example_drwi_2g) for detailed instructions.
*
* @m_examplenavigation{example_drwi_2g,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/DRWI_DigiLTE/DRWI_DigiLTE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci LTE sites.
*
* See [the walkthrough page](@ref example_drwi_digilte) for detailed
* instructions.
*
* @m_examplenavigation{example_drwi_digilte,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/DRWI_Mayfly1/DRWI_Mayfly1.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
* Mayfly v1.0 board
* EnviroDIY SIM7080 LTE module (with Hologram SIM card)
* Hydros21 CTD sensor
*
* See [the walkthrough page](@ref example_drwi_mayfly1) for detailed
* instructions.
*
* @m_examplenavigation{example_drwi_mayfly1,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/DRWI_NoCellular/DRWI_NoCellular.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example for DRWI CitSci without cellular service.
*
* See [the walkthrough page](@ref example_drwi_no_cell) for detailed
* instructions.
*
* @m_examplenavigation{example_drwi_no_cell,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
* EnviroDIY SIM7080 LTE module (with Hologram SIM card)
* Hydros21 CTD sensor
* Campbell Scientific OBS3+ Turbidity sensor
*
* See [the walkthrough page](@ref example_drwi_ediylte) for detailed
* instructions.
*
* @m_examplenavigation{example_drwi_ediylte,}
* ======================================================================= */

// ==========================================================================
Expand Down
4 changes: 4 additions & 0 deletions examples/baro_rho_correction/baro_rho_correction.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example demonstrating calculated variables.
*
* See [the walkthrough page](@ref example_baro_rho) for detailed instructions.
*
* @m_examplenavigation{example_baro_rho,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/data_saving/data_saving.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example publishing only a portion of the logged variables.
*
* See [the walkthrough page](@ref example_data_saving) for detailed
* instructions.
*
* @m_examplenavigation{example_data_saving,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/double_logger/double_logger.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example logging at two different timing intervals
*
* See [the walkthrough page](@ref example_double_log) for detailed
* instructions.
*
* @m_examplenavigation{example_double_log,}
* ======================================================================= */

// ==========================================================================
Expand Down
74 changes: 0 additions & 74 deletions examples/examples.dox
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@
* @m_innerpage{example_simple_logging}
* @m_innerpage{example_learn_envirodiy}
*/
/**
* @example{lineno} single_sensor.ino @m_examplenavigation{example_single_sensor,} @m_footernavigation
* @brief An example using only sensor functions and no logging.
* See [the walkthrough page](@ref example_single_sensor) for detailed instructions.
*/
/**
* @example{lineno} simple_logging.ino @m_examplenavigation{example_simple_logging,} @m_footernavigation
* @brief A simple data logging example.
* See [the walkthrough page](@ref example_simple_logging) for detailed instructions.
*/
/**
* @example{lineno} simple_logging_LearnEnviroDIY.ino @m_examplenavigation{example_learn_envirodiy,} @m_footernavigation
* @brief A data logging example for the Learn EnviroDIY tutorial.
* See [the walkthrough page](@ref example_learn_envirodiy) for detailed instructions.
*/


/**
* @page page_the_examples
Expand All @@ -32,17 +16,6 @@
* @m_innerpage{example_mmw}
* @m_innerpage{example_thingspeak}
*/
/**
* @example{lineno} logging_to_MMW.ino @m_examplenavigation{example_mmw,} @m_footernavigation
* @brief Example logging data and publishing to Monitor My Watershed.
* See [the walkthrough page](@ref example_mmw) for detailed instructions.
*/
/**
* @example{lineno} logging_to_ThingSpeak.ino @m_examplenavigation{example_thingspeak,} @m_footernavigation
* @brief Example logging data and publishing to ThingSpeak.
* See [the walkthrough page](@ref example_thingspeak) for detailed instructions.
*/


/**
* @page page_the_examples
Expand All @@ -53,22 +26,6 @@
* @m_innerpage{example_double_log}
* @m_innerpage{example_data_saving}
*/
/**
* @example{lineno} baro_rho_correction.ino @m_examplenavigation{example_baro_rho,} @m_footernavigation
* @brief Example demonstrating calculated variables.
* See [the walkthrough page](@ref example_baro_rho) for detailed instructions.
*/
/**
* @example{lineno} double_logger.ino @m_examplenavigation{example_double_log,} @m_footernavigation
* @brief Example logging at two different timing intervals
* See [the walkthrough page](@ref example_double_log) for detailed instructions.
*/
/**
* @example{lineno} data_saving.ino @m_examplenavigation{example_data_saving,} @m_footernavigation
* @brief Example publishing only a portion of the logged variables.
* See [the walkthrough page](@ref example_data_saving) for detailed instructions.
*/


/**
* @page page_the_examples
Expand All @@ -81,32 +38,6 @@
* @m_innerpage{example_drwi_2g}
* @m_innerpage{example_drwi_no_cell}
*/
/**
* @example{lineno} DRWI_Mayfly1.ino @m_examplenavigation{example_drwi_mayfly1,} @m_footernavigation
* @brief Example for DRWI CitSci LTE sites with a Mayfly 1.x utilizing on-board sensors.
* See [the walkthrough page](@ref example_drwi_mayfly1) for detailed instructions.
*/
/**
* @example{lineno} DRWI_SIM7080LTE.ino @m_examplenavigation{example_drwi_ediylte,} @m_footernavigation
* @brief Example for DRWI CitSci LTE sites.
* See [the walkthrough page](@ref example_drwi_ediylte) for detailed instructions.
*/
/**
* @example{lineno} DRWI_DigiLTE.ino @m_examplenavigation{example_drwi_digilte,} @m_footernavigation
* @brief Example for DRWI CitSci LTE sites.
* See [the walkthrough page](@ref example_drwi_digilte) for detailed instructions.
*/
/**
* @example{lineno} DRWI_2G.ino @m_examplenavigation{example_drwi_2g,} @m_footernavigation
* @brief Example for DRWI CitSci 2G sites.
* See [the walkthrough page](@ref example_drwi_2g) for detailed instructions.
*/
/**
* @example{lineno} DRWI_NoCellular.ino @m_examplenavigation{example_drwi_no_cell,} @m_footernavigation
* @brief Example for DRWI CitSci without cellular service.
* See [the walkthrough page](@ref example_drwi_no_cell) for detailed instructions.
*/


/**
* @page page_the_examples
Expand All @@ -115,8 +46,3 @@
* [Everything at Once - a la carte](@ref examples_everything)
* @m_innerpage{example_menu}
*/
/**
* @example{lineno} menu_a_la_carte.ino @m_examplenavigation{example_menu,} @m_footernavigation
* @brief Example with all possible functionality.
* See [the walkthrough page](@ref example_menu) for detailed instructions.
*/
4 changes: 4 additions & 0 deletions examples/logging_to_MMW/logging_to_MMW.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example logging data and publishing to Monitor My Watershed.
*
* See [the walkthrough page](@ref example_mmw) for detailed instructions.
*
* @m_examplenavigation{example_mmw,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example logging data and publishing to ThingSpeak.
*
* See [the walkthrough page](@ref example_thingspeak) for detailed
* instructions.
*
* @m_examplenavigation{example_thingspeak,}
* ======================================================================= */

// ==========================================================================
Expand Down
4 changes: 4 additions & 0 deletions examples/menu_a_la_carte/menu_a_la_carte.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief Example with all possible functionality.
*
* See [the walkthrough page](@ref example_menu) for detailed instructions.
*
* @m_examplenavigation{example_menu,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/simple_logging/simple_logging.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief A simple data logging example.
*
* See [the walkthrough page](@ref example_simple_logging) for detailed
* instructions.
*
* @m_examplenavigation{example_simple_logging,}
* ======================================================================= */

// ==========================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief A data logging example for the Learn EnviroDIY tutorial.
*
* See [the walkthrough page](@ref example_learn_envirodiy) for detailed
* instructions.
*
* @m_examplenavigation{example_learn_envirodiy,}
* ======================================================================= */

// ==========================================================================
Expand Down
5 changes: 5 additions & 0 deletions examples/single_sensor/single_sensor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
*
* @brief An example using only sensor functions and no logging.
*
* See [the walkthrough page](@ref example_single_sensor) for detailed
* instructions.
*
* @m_examplenavigation{example_single_sensor,}
* ======================================================================= */

// ==========================================================================
Expand Down

0 comments on commit da58b30

Please sign in to comment.