From 9590566ae1a30c7e9c48824e17f9cad58fdbf951 Mon Sep 17 00:00:00 2001 From: Brandyn Lucca Date: Wed, 27 Nov 2024 09:25:09 -0800 Subject: [PATCH] Minor typo mistakes --- docs/example_notebooks/report_generation.ipynb | 2 +- docs/implementation/preprocessing_data.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example_notebooks/report_generation.ipynb b/docs/example_notebooks/report_generation.ipynb index fa7bfde..02fa873 100644 --- a/docs/example_notebooks/report_generation.ipynb +++ b/docs/example_notebooks/report_generation.ipynb @@ -461,7 +461,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Similarly, the `save_directory` argument can be modified that instructs `FEATReports` where to write the `*.xlsx` reports:" + "Similarly, the `save_directory` argument can be modified that instructs the `Survey.generate_reports` method where to write the `*.xlsx` reports:" ] }, { diff --git a/docs/implementation/preprocessing_data.md b/docs/implementation/preprocessing_data.md index 733bcea..e0a5cfa 100644 --- a/docs/implementation/preprocessing_data.md +++ b/docs/implementation/preprocessing_data.md @@ -58,7 +58,7 @@ The `initialization_config.yml` configuration file defines various parameters th * `export_file_directory`: directory path containing Echoview exports. *Note*: this assumes that the directory is contained within `data_root_dir`. * `nasc_export_directory`: directory path where processed exports will be saved. *Note*: this assumes that the directory is contained within `data_root_dir`. * `save_file_template`: the filename format of the processed export files that can contain the following tags: `{REGION}`, `{YEAR}`, and/or `{GROUP}`. - * `safe_file_sheetname`: sheetname of the processed export file. + * `save_file_sheetname`: sheetname of the processed export file. * `regions`: acoustic data region names. * `{GROUP}`: a single string (e.g. `age-1 fish`) or a list of strings that represent how backscatter measurements are integrated for each `{GROUP}` region. * `max_transect_spacing`: the maximum spacing between transects (nmi).