Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 523096b

Browse files
author
Joshua Reich
committed
more documentation
1 parent 59838d3 commit 523096b

File tree

3 files changed

+341
-112
lines changed

3 files changed

+341
-112
lines changed

index.rst

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ Indices and tables
2020
* :ref:`search`
2121

2222

23+
Language
24+
========
2325

24-
Pyretic Module : Language
26+
pyretic.core.language
2527
**************************
28+
2629
.. inheritance-diagram:: pyretic.core.language
2730
.. http://www.graphviz.org/content/attrs
2831
@@ -33,38 +36,32 @@ Pyretic Module : Language
3336
:member-order: bysource
3437

3538

36-
Pyretic Library : Query
39+
pyretic.library.query
3740
**************************
41+
3842
.. automodule:: pyretic.lib.query
3943
:show-inheritance:
4044
:members:
4145
:special-members:
4246
:member-order: bysource
4347

4448

45-
Pyretic Module : Network
46-
**************************
47-
48-
This is something I want to say that is not in the docstring.
49-
50-
.. automodule:: pyretic.core.network
51-
:show-inheritance:
52-
:members:
53-
:member-order: bysource
49+
Runtime
50+
========
5451

55-
Pyretic Module : Runtime
52+
pyretic.core.runtime
5653
**************************
5754

5855
.. automodule:: pyretic.core.runtime
5956
:show-inheritance:
6057
:members:
6158
:member-order: bysource
6259

63-
.. autoclass:: Runtime
64-
:show-inheritance:
65-
:members:
6660

67-
.. autoclass:: ConcreteNetwork
61+
pyretic.core.network
62+
**************************
63+
64+
.. automodule:: pyretic.core.network
6865
:show-inheritance:
6966
:members:
70-
67+
:member-order: bysource

0 commit comments

Comments
 (0)