Skip to content

Commit

Permalink
HTML: adding spectroscopy notebook to the rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 11, 2024
1 parent 83ab5ea commit aa0f785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ caption: Tutorial Notebooks
forced_photometry/README
light_curves/README
spectroscopy/README
```


Expand Down
2 changes: 1 addition & 1 deletion spectroscopy/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa0f785

Please sign in to comment.