Skip to content

Commit

Permalink
Doc tocdepth (#60)
Browse files Browse the repository at this point in the history
* Fix title underlines

* Limit tocdepth
  • Loading branch information
neilflood authored Aug 8, 2023
1 parent f8cae3c commit 0c808a7
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ New Features:
* Removed support for GDAL versions < 2.2.

Version 1.4.10 (2019-11-29)
--------------------------
---------------------------

Bug Fixes:
* Cope with an API change in GDAL 3, in which latitude/longitude values are swapped
Expand Down
4 changes: 3 additions & 1 deletion doc/source/rios_applier.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:tocdepth: 2

applier
=========
=======
.. automodule:: rios.applier
:members:
:undoc-members:
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_calcstats.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

calcstats
=========
.. automodule:: rios.calcstats
Expand Down
2 changes: 1 addition & 1 deletion doc/source/rios_colortable.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colortable
=========
==========
.. automodule:: rios.colortable
:members:
:undoc-members:
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_cuiprogress.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

cuiprogress
===========
.. automodule:: rios.cuiprogress
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_fileinfo.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

fileinfo
=========
.. automodule:: rios.fileinfo
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_imagereader.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

imagereader
===========
.. automodule:: rios.imagereader
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_imagewriter.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

imagewriter
===========
.. automodule:: rios.imagewriter
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_inputcollection.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

inputcollection
===============
.. automodule:: rios.inputcollection
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_parallel_jobmanager.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

jobmanager
==========
.. automodule:: rios.parallel.jobmanager
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_parallel_subproc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

subproc
=========
.. automodule:: rios.parallel.subproc
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_pixelgrid.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

pixelgrid
=========
.. automodule:: rios.pixelgrid
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_ratapplier.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

ratapplier
==========
.. automodule:: rios.ratapplier
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_readerinfo.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

readerinfo
==========
.. automodule:: rios.readerinfo
Expand Down
2 changes: 2 additions & 0 deletions doc/source/rios_vectorreader.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:tocdepth: 2

vectorreader
============
.. automodule:: rios.vectorreader
Expand Down

0 comments on commit 0c808a7

Please sign in to comment.