doc/api, index: add fhdl.structure, add index/search
genindex is needed to generate links between members and search is useful for the html docs.
This commit is contained in:
parent
be9fea182d
commit
cf0fb5350f
12
doc/api.rst
12
doc/api.rst
|
@ -1,8 +1,16 @@
|
||||||
migen Package
|
migen API Documentation
|
||||||
=============
|
=======================
|
||||||
|
|
||||||
|
:mod:`fhdl.structure` Module
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
.. automodule:: migen.fhdl.structure
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`genlib.fifo` Module
|
:mod:`genlib.fifo` Module
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
.. automodule:: migen.genlib.fifo
|
.. automodule:: migen.genlib.fifo
|
||||||
:members:
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
|
@ -11,3 +11,11 @@ Migen manual
|
||||||
simulation
|
simulation
|
||||||
casestudies
|
casestudies
|
||||||
api
|
api
|
||||||
|
|
||||||
|
Indices and tables
|
||||||
|
==================
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
||||||
|
* :ref:`search`
|
||||||
|
|
||||||
|
.. * :ref:`modindex`
|
||||||
|
|
Loading…
Reference in New Issue