Skip to content

Commit 3f431f1

Browse files
committed
pdf: fix overview toc
Before this pach, in PDF ToC first point, `Overview`, wasn't one high-level point, but converted to three high-level points. This patch fixes it with adding additional ToC for `Overview` page. Resolves #3640
1 parent 2ce0f4f commit 3f431f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/overview_index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:noindex:
2+
:fullwidth:
3+
4+
-------------------------------------------------------------------------------
5+
Overview
6+
-------------------------------------------------------------------------------
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
11+
overview
12+

doc/pdf_toc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. toctree::
1010
:maxdepth: 2
1111

12-
overview
12+
overview_index
1313
getting_started/index
1414
how-to/index
1515
concepts/index

0 commit comments

Comments
 (0)