diff options
Diffstat (limited to 'doc/toc.rst')
-rw-r--r-- | doc/toc.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/toc.rst b/doc/toc.rst new file mode 100644 index 000000000..51c52fbf6 --- /dev/null +++ b/doc/toc.rst @@ -0,0 +1,65 @@ +.. toctree:: + :caption: Introduction + :hidden: + + about + getting + contribute + licenses + +.. raw:: latex + + \part{Usage} + +.. toctree:: + :caption: GHDL usage + :hidden: + + quick_start/index + using/InvokingGHDL + using/Simulation + using/Synthesis + using/CommandReference + using/ImplementationOfVHDL + using/ImplementationOfVITAL + +.. raw:: latex + + \part{Development} + +.. toctree:: + :caption: Development + :hidden: + + development/Directories + Building GHDL <development/building/index> + Python Interfaces <pyGHDL/pyGHDL> + ghw/index + development/Debugging + development/CodingStyle + development/Scripts + +.. raw:: latex + + \part{Internals} + +.. toctree:: + :caption: Internals + :hidden: + + internals/index + internals/Frontend + internals/AST + internals/RTI + gnatdoc/index + +.. raw:: latex + + \part{Index} + +.. toctree:: + :caption: Index + :hidden: + + genindex + py-modindex |