Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
remove bad rst syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 28, 2016
1 parent 1e31bea commit 904c480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyquickhelper/helpgen/process_notebooks.py
Expand Up @@ -771,7 +771,6 @@ def add_notebook_page(nbs, fileout):
if len(hier) == 0:
# case where there is no hierarchy
rows.append(".. toctree::")
rows.append(" :local:")
rows.append(" :maxdepth: 1")
rows.append("")
for file in rst:
Expand Down Expand Up @@ -846,7 +845,6 @@ def add_notebook_page(nbs, fileout):
# we start the next gallery
last = hi
rows.append(".. toctree::")
rows.append(" :local:")
rows.append(" :maxdepth: 1")
rows.append("")

Expand Down

0 comments on commit 904c480

Please sign in to comment.