Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 2f2a346

Browse files
committed
better toc navigation
1 parent 93ad5c1 commit 2f2a346

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
# Custom sidebar templates, maps document names to template names.
130130
html_sidebars = {
131-
'**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'],
131+
'**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'],
132132
}
133133

134134
# Additional templates that should be rendered to pages, maps page names to

index.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ CasperJS_ is a navigation scripting & testing utility for PhantomJS_, written in
88
:align: right
99

1010
.. toctree::
11-
:titlesonly:
11+
:maxdepth: 2
1212

1313
installation
1414
quickstart
1515
selectors
1616
testing
17+
modules/index
1718
events-filters
1819
logging
1920
extending
@@ -23,15 +24,6 @@ CasperJS_ is a navigation scripting & testing utility for PhantomJS_, written in
2324
license
2425

2526

26-
API documentation
27-
-----------------
28-
29-
.. toctree::
30-
:titlesonly:
31-
32-
modules/index
33-
34-
3527
Community
3628
---------
3729

modules/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _modules_index:
22

3-
=============
4-
Modules index
5-
=============
3+
=================
4+
API Documentation
5+
=================
66

77
.. toctree::
88
:glob:

0 commit comments

Comments
 (0)