Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML: adding spectroscopy section to rendering #339

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 3 additions & 1 deletion spectroscopy/requirements_spectra_generator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pandas
sparclclient
astropy
specutils
astroquery
# We will need astroquery 0.4.8 for some MAST fixes, installing dev version
# from github as a workaround for now
git+https://github.com/astropy/astroquery
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