aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-04 15:29:24 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-05 18:50:44 +0100
commitd565397e3db2d9ccc633f52c250abec2d3caef66 (patch)
treeaeac5717d978c03a00108463263ba374eaf16e88
parentc10e2ac30645dc6685ea1004c35adff99d3280dc (diff)
downloadghdl-d565397e3db2d9ccc633f52c250abec2d3caef66.tar.gz
ghdl-d565397e3db2d9ccc633f52c250abec2d3caef66.tar.bz2
ghdl-d565397e3db2d9ccc633f52c250abec2d3caef66.zip
Reduced levels of documentation.
-rw-r--r--doc/conf.py2
-rw-r--r--doc/using/pyGHDL/index.rst6
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index fe376e366..7913baeda 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -17,7 +17,7 @@ sys.path.insert(0, abspath('../pyGHDL'))
# Project information
# ==============================================================================
project = u'GHDL'
-copyright = u'2002-2020, Tristan Gingold and contributors'
+copyright = u'2002-2021, Tristan Gingold and contributors'
author = u'Tristan Gingold and contributors'
# ==============================================================================
diff --git a/doc/using/pyGHDL/index.rst b/doc/using/pyGHDL/index.rst
index 837f228fa..a30beea7a 100644
--- a/doc/using/pyGHDL/index.rst
+++ b/doc/using/pyGHDL/index.rst
@@ -39,8 +39,12 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
.. toctree::
+ :hidden:
- ../../pyGHDL/pyGHDL
+ ../../pyGHDL/pyGHDL.cli
+ ../../pyGHDL/pyGHDL.dom
+ ../../pyGHDL/pyGHDL.libghdl
+ ../../pyGHDL/pyGHDL.lsp
.. toctree::