From ba334c7ea2e8e7d45147817666173ec81d488718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 18 Sep 2024 17:19:24 -0700 Subject: [PATCH] HTML: adding spectroscopy notebook to the rendering --- conf.py | 2 +- index.md | 1 + spectroscopy/README.md | 2 +- tox.ini | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 0705d08d..d59dc49b 100644 --- a/conf.py +++ b/conf.py @@ -44,7 +44,7 @@ exclude_patterns += ['documentation/index.md',] # Not yet included in the rendering: -exclude_patterns += ['documentation/notebook_review_process.md', 'spectroscopy/*', '*/code_src/*'] +exclude_patterns += ['documentation/notebook_review_process.md', 'spectroscopy/explore*', '*/code_src/*'] # Myst-NB configuration # Override kernelspec.name for rendering for all the notebooks. diff --git a/index.md b/index.md index f13b8341..16d83a1f 100644 --- a/index.md +++ b/index.md @@ -14,6 +14,7 @@ caption: Tutorial Notebooks forced_photometry/README light_curves/README +spectroscopy/README ``` diff --git a/spectroscopy/README.md b/spectroscopy/README.md index bf22cac9..6411f58e 100644 --- a/spectroscopy/README.md +++ b/spectroscopy/README.md @@ -1,4 +1,4 @@ -# Spectra Generator +# Spectroscopy In this User Case Scenario we work towards creating a spectroscopic library from multiple archival and publication resources and classifying and analysing diff --git a/tox.ini b/tox.ini index c59ecaa1..6e0aa4e8 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ deps = -rlight_curves/requirements_scale_up.txt -rlight_curves/requirements_light_curve_classifier.txt -rlight_curves/requirements_ML_AGNzoo.txt + -rspectroscopy/requirements_spectra_generator.txt # We use these files to specify all the dependencies, and below we override # versions for specific testing scenarios buildhtml: -rsite-requirements.txt