Skip to content

Backport PR #21223 on branch v3.5.x (Fix nav link for "Usage guide" and remove release/date info from that page) #21225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/_templates/mpl_nav_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a class="reference internal nav-link" href="{{ pathto('api/index') }}">Reference</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage guide</a>
<a class="reference internal nav-link" href="{{ pathto('users/index') }}">Usage guide</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('devel/index') }}">Develop</a>
Expand Down
8 changes: 0 additions & 8 deletions doc/users/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
Usage guide
###########

.. only:: html

:Release: |version|
:Date: |today|




.. toctree::
:maxdepth: 2

Expand Down