We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24da22e commit 486a127Copy full SHA for 486a127
libs/network/doc/templates/layout.html
@@ -19,12 +19,6 @@
19
<div id="custom-doc" class="{% block bodyclass %}{{ 'yui-t4' if pagename != 'index' else '' }}{% endblock %}">
20
<div id="hd">
21
<h1><a href="{{ pathto('index') }}">{{ docstitle }}</a></h1>
22
- <div id="global-nav">
23
- <a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }}
24
- <a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }}
25
- <a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }}
26
- <a title="Module index" href="{{ pathto('modindex') }}">Modules</a>
27
- </div>
28
<div class="nav">{{ secondnav() }}</div>
29
</div>
30
0 commit comments