Adding reference pages to toctree.
This commit is contained in:
parent
7adecd8f5d
commit
52d7b8b6f5
5 changed files with 39 additions and 0 deletions
9
docs/source/doc/core.rst
Normal file
9
docs/source/doc/core.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
********************************
|
||||
llvm.core
|
||||
********************************
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
llvm.core.*
|
||||
9
docs/source/doc/llvmcore.rst
Normal file
9
docs/source/doc/llvmcore.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
********************************
|
||||
llvm.core
|
||||
********************************
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
llvm.core.*
|
||||
9
docs/source/doc/llvmee.rst
Normal file
9
docs/source/doc/llvmee.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
********************************
|
||||
llvm.ee
|
||||
********************************
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
llvm.ee.*
|
||||
9
docs/source/doc/llvmpasses.rst
Normal file
9
docs/source/doc/llvmpasses.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
********************************
|
||||
llvm.passes
|
||||
********************************
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
llvm.passes.*
|
||||
|
|
@ -16,6 +16,9 @@ Contents:
|
|||
doc/llvm_cbuilder.rst
|
||||
doc/llpython/index.rst
|
||||
doc/examples.rst
|
||||
doc/llvmcore.rst
|
||||
doc/llvmee.rst
|
||||
doc/llvmpasses.rst
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue