Skip to content

Commit

Permalink
docs: add link to tfpwa in sidebar (#29)
Browse files Browse the repository at this point in the history
* docs: open theory pages in sidebar
  • Loading branch information
redeboer authored Oct 24, 2020
1 parent c3586e2 commit 4bb4dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"use_edit_page_button": True,
"use_issues_button": True,
"use_repository_button": True,
"expand_sections": ["theory"],
}
html_title = "Partial Wave Analysis"
todo_include_todos = True
Expand All @@ -92,6 +93,7 @@
"https://pwa.readthedocs.io/projects/tensorwaves/en/latest/",
None,
),
"tf_pwa": ("https://pwa.readthedocs.io/projects/tf-pwa/en/latest/", None),
"tox": ("https://tox.readthedocs.io/en/stable/", None),
}

Expand Down
1 change: 1 addition & 0 deletions src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ software tools that are relevant to PWA software development.

PWA Expert System <http://expertsystem.rtfd.io>
TensorWaves <http://tensorwaves.rtfd.io>
TF-PWA <http://tf-pwa.rtfd.io>
pycompwa <https://compwa.github.io>
1 change: 1 addition & 0 deletions src/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PWA Software Packages
Currently, sub-projects of the PWA Pages are:

* :doc:`TensorWaves <tensorwaves:index>`
* :doc:`TF-PWA <tf_pwa:index>`
* :doc:`PWA Expert System <expertsystem:index>`
* :doc:`ComPWA <ComPWA:index>`
* :doc:`pycompwa <pycompwa:index>`
Expand Down

0 comments on commit 4bb4dfb

Please sign in to comment.