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

Fix documentation build #1392

Merged
merged 4 commits into from
Dec 16, 2020
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
environment-file: tardis_env3.yml
activate-environment: tardis
channels: conda-forge
mamba-version: "*"

- name: Install TARDIS
Expand Down
333 changes: 11 additions & 322 deletions docs/quickstart/quickstart.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/using/components/configuration/schemas
1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/base.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/model.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/montecarlo.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/plasma.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/spectrum.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/supernova.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/using/components/models/examples/abund.dat
2 changes: 1 addition & 1 deletion docs/using/components/models/examples/density.dat
2 changes: 1 addition & 1 deletion docs/using/interaction/custom_source.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion docs/using/interaction/old_gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use PySide2:

**3**. An example of creating a model and GUI

First, get the example file `tardis_example.yml <https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/models/examples/tardis_example.yml>`_.
First, get the example file `tardis_example.yml <https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/using/components/models/examples/tardis_example.yml>`_.

To download a copy of the atomic database (if you haven't already), add:

Expand Down
4,514 changes: 28 additions & 4,486 deletions docs/using/interaction/physical_quantities.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/using/interaction/tardis_example.yml
2 changes: 1 addition & 1 deletion docs/using/tardis_example.yml
2 changes: 1 addition & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- nbformat
- nbsphinx
- sphinx_bootstrap_theme
- sphinxcontrib-bibtex
- sphinxcontrib-bibtex=1.0
- sphinxcontrib-apidoc
- sphinx_rtd_theme
- recommonmark
Expand Down