From a9456c492119d373b9435b04785b75399ba7494f Mon Sep 17 00:00:00 2001 From: Marco Berzborn Date: Fri, 26 Jun 2026 11:29:35 +0200 Subject: [PATCH] DOC: Add a about us section which names the current steering committee --- docs/_static/header.rst | 1 + docs/about.rst | 13 +++++++++++++ docs/conf.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/about.rst diff --git a/docs/_static/header.rst b/docs/_static/header.rst index 7f2f405..110d2a8 100644 --- a/docs/_static/header.rst +++ b/docs/_static/header.rst @@ -6,6 +6,7 @@ Examples Educational Help + About Us Contribute pyfar sofar diff --git a/docs/about.rst b/docs/about.rst new file mode 100644 index 0000000..e14dd6b --- /dev/null +++ b/docs/about.rst @@ -0,0 +1,13 @@ +About Us +======== + + +Steering Council +---------------- + +The current steering council consists of the following members (in alphabetical order, by name first): + +- Marco Berzborn (chair) +- Fabian Brinkmann +- Anne Heimes +- Simon Kersten diff --git a/docs/conf.py b/docs/conf.py index 8a1dbf3..108a24c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ "navbar_start": ["navbar-logo"], "navbar_end": ["navbar-icon-links", "theme-switcher"], "navbar_align": "content", - "header_links_before_dropdown": 5, # manual set + "header_links_before_dropdown": 6, # manual set "header_dropdown_text": "Packages", # Change dropdown name from "More" to "Packages" "icon_links": [ {