diff --git a/docs/conf.py b/docs/conf.py index 6ac207aa..48bdcee0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ html_static_path = ['../broker/redoc-static.html'] #} html_theme_options = { - 'repo_url': 'https://gitlab.psi.ch/jungfraujoch/nextgendcu', + 'repo_url': 'https://gitea.psi.ch/mx/jungfraujoch', 'repo_name': 'Jungfraujoch', 'nav_title': 'PSI Jungfraujoch', 'html_minify': True, @@ -46,6 +46,8 @@ html_theme_options = { 'logo_icon': '' } +html_logo = 'jfjoch.png' + html_sidebars = { "**": ["logo-text.html", "globaltoc.html", "searchbox.html"] } diff --git a/docs/index.rst b/docs/index.rst index e85ab1a9..9d4e4a8e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,18 @@ +.. image:: jfjoch.png + :width: 256 + :align: left + PSI Jungfraujoch ================ +Jungfraujoch is data acquisition and on-the-fly analysis system developed by the `Paul Scherrer Institut `__. + +It can be currently used with PSI and DECTRIS detectors. + +Jungfraujoch is distributed under the GPLv3 license. + .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: General ACKNOWLEDGEMENT @@ -15,7 +25,7 @@ PSI Jungfraujoch CHANGELOG .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Software JFJOCH_BROKER @@ -23,7 +33,7 @@ PSI Jungfraujoch TOOLS .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: FPGA FPGA @@ -35,7 +45,7 @@ PSI Jungfraujoch FPGA_DATA_ANALYSIS .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Reference DETECTOR_GEOMETRY diff --git a/docs/jfjoch.png b/docs/jfjoch.png new file mode 100644 index 00000000..aa75a7ea Binary files /dev/null and b/docs/jfjoch.png differ