Skip to content

Commit

Permalink
Merge pull request #7 from ColmTalbot/timing-notebook
Browse files Browse the repository at this point in the history
EXAMPLE: add example notebooks
  • Loading branch information
ColmTalbot authored Jun 14, 2024
2 parents 8d31ff7 + f795a0f commit 6b23fe5
Show file tree
Hide file tree
Showing 6 changed files with 2,668 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Build documentation
run: |
# cp examples/*.ipynb docs
cp examples/wcosmo_timing.ipynb doc/source/examples/timing.ipynb
cp examples/wcosmo_gwtc3.ipynb doc/source/examples/gwtc3.ipynb
cd doc
make clean
make html
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
build/
doc/build/
doc/source/api/
doc/source/examples/*.ipynb
.coverage
wcosmo/_version.py
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ repos:
hooks:
- id: black
language_version: python3
- repo: https://github.com/ambv/black
rev: 24.4.2
hooks:
- id: black-jupyter
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down
7 changes: 5 additions & 2 deletions doc/source/examples/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Examples
========

.. attention::
No example notebooks are available yet.
.. toctree::
:maxdepth: 1

gwtc3
timing
Loading

0 comments on commit 6b23fe5

Please sign in to comment.