Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thomaswmorris/maria into …
Browse files Browse the repository at this point in the history
…reparam_pointing
  • Loading branch information
Thomas Morris committed Nov 14, 2023
2 parents f2d23b9 + 16a3062 commit 01f7c6b
Show file tree
Hide file tree
Showing 8 changed files with 1,091 additions and 877 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ repos:
hooks:
- id: black
language_version: python3
- id: black-jupyter
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
Expand All @@ -23,7 +21,3 @@ repos:
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
- id: nbstripout
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@
autoapi_type = "python"
autoapi_dirs = ["./../../maria"]

nbsphinx_allow_errors = True
nbsphinx_execute = "always"
nbsphinx_execute = "never"
3 changes: 2 additions & 1 deletion docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Tutorials
.. toctree::
:maxdepth: 2

tutorials/mock-observations.ipynb
tutorials/Synthetic_MUSTANG2_observations.ipynb
tutorials/Synthetic_AtLAST_observations.ipynb
550 changes: 550 additions & 0 deletions docs/source/tutorials/Synthetic_AtLAST_observations.ipynb

Large diffs are not rendered by default.

518 changes: 518 additions & 0 deletions docs/source/tutorials/Synthetic_MUSTANG2_observations.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 01f7c6b

Please sign in to comment.