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": [ {