Basic Operations chapter added to the docs

This commit is contained in:
Marco Dalla Tiezza
2024-06-01 22:22:14 +02:00
parent 04bc4cce5f
commit f5565a6b5e
3 changed files with 76 additions and 15 deletions

View File

@@ -53,25 +53,26 @@ nav:
- Installation: 'installation.md'
- Run from source: 'run_from_source.md'
- Build Package: 'build_package.md'
- Basic Operations: 'basic_operations.md'
- Database:
- 'Overview': 'database/db_overview.md'
- Overview: 'database/db_overview.md'
- Structure:
- 'Info': 'database/db_info.md'
- 'Signals': 'database/db_signals.md'
- 'Frequency': 'database/db_frequency.md'
- 'Bandwidth': 'database/db_bandwidth.md'
- 'Modulation': 'database/db_modulation.md'
- 'Mode': 'database/db_mode.md'
- 'Location': 'database/db_location.md'
- 'Category': 'database/db_category.md'
- 'Category Label': 'database/db_cat_label.md'
- 'ACF': 'database/db_acf.md'
- Info: 'database/db_info.md'
- Signals: 'database/db_signals.md'
- Frequency: 'database/db_frequency.md'
- Bandwidth: 'database/db_bandwidth.md'
- Modulation: 'database/db_modulation.md'
- Mode: 'database/db_mode.md'
- Location: 'database/db_location.md'
- Category: 'database/db_category.md'
- Category Label: 'database/db_cat_label.md'
- ACF: 'database/db_acf.md'
- SigID: 'database/sigid.md'
- Space Weather:
- 'Current': 'space_weather/current.md'
- 'Forecasts': 'space_weather/forecasts.md'
- 'DRAP': 'space_weather/drap.md'
- 'Aurora': 'space_weather/aurora.md'
- Current: 'space_weather/current.md'
- Forecasts: 'space_weather/forecasts.md'
- DRAP: 'space_weather/drap.md'
- Aurora: 'space_weather/aurora.md'
- Example:
- ACF Analysis: 'acf_analysis.md'
- Contribute: 'contribute.md'