From 4bb4dfb0ba452dab64e2830e0aa60340727d1b34 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Sat, 24 Oct 2020 20:52:40 +0200 Subject: [PATCH] docs: add link to tfpwa in sidebar (#29) * docs: open theory pages in sidebar --- src/conf.py | 2 ++ src/index.rst | 1 + src/software.rst | 1 + 3 files changed, 4 insertions(+) diff --git a/src/conf.py b/src/conf.py index d53fbfec..399f50fa 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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 @@ -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), } diff --git a/src/index.rst b/src/index.rst index 09bf7374..41fcd22e 100644 --- a/src/index.rst +++ b/src/index.rst @@ -65,4 +65,5 @@ software tools that are relevant to PWA software development. PWA Expert System TensorWaves + TF-PWA pycompwa diff --git a/src/software.rst b/src/software.rst index cd6ad389..bb905526 100644 --- a/src/software.rst +++ b/src/software.rst @@ -26,6 +26,7 @@ PWA Software Packages Currently, sub-projects of the PWA Pages are: * :doc:`TensorWaves ` +* :doc:`TF-PWA ` * :doc:`PWA Expert System ` * :doc:`ComPWA ` * :doc:`pycompwa `