Skip to content

Commit

Permalink
advertise mdakits
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Sep 21, 2023
1 parent a11174e commit a0fa278
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,12 @@ def sort_authors(filename):

extra_nav_links = {}
extra_nav_links["MDAnalysis"] = "http://mdanalysis.org"
extra_nav_links["docs"] = "http://docs.mdanalysis.org"
extra_nav_links["wiki"] = "http://wiki.mdanalysis.org"
extra_nav_links["user discussion group"] = "http://users.mdanalysis.org"
extra_nav_links["GitHub"] = "https://github.com/mdanalysis"
extra_nav_links["@mdanalysis"] = "https://twitter.com/mdanalysis"
extra_nav_links["API docs"] = "http://docs.mdanalysis.org"
extra_nav_links["MDAKits"] = "https://mdakits.mdanalysis.org/"

html_theme_options = {
"mda_official": True,
"extra_nav_links": extra_nav_links,
}

html_logo = "_static/logos/user_guide.png"
Expand Down
1 change: 0 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Wherever possible, do not take these conversations to private channels, includin
examples/quickstart
faq
examples/README
API docs <https://docs.mdanalysis.org/stable/index.html>

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- scikit-learn>=1.1.2
- pyedr>=0.7
# building documentation
- mdanalysis-sphinx-theme >=1.1.0
- mdanalysis-sphinx-theme >=1.3.0
- docutils
- pandoc
- pybtex
Expand Down

0 comments on commit a0fa278

Please sign in to comment.