-
Couldn't load subscription status.
- Fork 142
Separate ESMValTool and ESMValCore documentation #3914
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
Changes from 29 commits
091c3d2
f669fe1
f7e6528
e24b0ca
8e4a72c
05907a8
a7253e6
f61fb09
87f1fff
94792de
7c91792
7af464b
6807660
3e3ee1a
6d1e6a9
18fdb3b
102a28c
60d23bd
9a62b43
464c2b8
6a4fb71
667c9b4
00eae6e
eee5999
3caa7c2
2d83bf0
58eb780
7dedf22
a05b019
b2911f8
4b2ce30
335b0a1
1fc0ef6
8e995ab
376b897
6b492fa
92d5c05
2a075b3
06af11f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| {# Displays links to the top-level TOCtree elements, in the header navbar. #} | ||
| {% set href = pathto(root_doc) %} | ||
| <nav> | ||
| <ul class="bd-navbar-elements navbar-nav"> | ||
| {# { generate_header_nav_html(n_links_before_dropdown=theme_header_links_before_dropdown, dropdown_text=theme_header_dropdown_text) } #} | ||
| <li class="nav-item current active"> | ||
| <a class="nav-link nav-internal" href="{{ href }}"> | ||
| {{ (" ESMValTool ") }} | ||
| </a> | ||
| </li> | ||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://docs.esmvaltool.org/projects/ESMValCore/en/latest/index.html"> | ||
| ESMValCore | ||
| </a> | ||
| </li> | ||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://tutorial.esmvaltool.org/"> | ||
| Tutorial | ||
| </a> | ||
| </li> | ||
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <li class="nav-item "> | ||
| <a class="nav-link nav-external" href="https://esmvaltool.org/"> | ||
| Web site | ||
| </a> | ||
| </li> | ||
| </ul> | ||
| </nav> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| {# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. EDITED #} | ||
| <nav class="bd-docs-nav bd-links" | ||
| aria-label="{{ _('Section Navigation') }}"> | ||
| <p class="bd-links__title" role="heading" aria-level="1">{{ _("Documentation Navigation") }}</p> | ||
| <div class="bd-toc-item navbar-nav"> | ||
| {{- generate_toctree_html( | ||
| startdepth=0, | ||
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| kind="sidebar", | ||
| show_nav_level=theme_show_nav_level | int, | ||
| maxdepth=theme_navigation_depth | int, | ||
| collapse=theme_collapse_navigation | tobool, | ||
| includehidden=theme_sidebar_includehidden | tobool, | ||
| titles_only=True | ||
| ) | ||
| -}} | ||
| </div> | ||
| </nav> | ||
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
flicj191 marked this conversation as resolved.
Show resolved
Hide resolved
|
|
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.