This repository was archived by the owner on Jun 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-110
lines changed Expand file tree Collapse file tree 5 files changed +11
-110
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
Pyretic
3
3
=======
4
4
5
- The Pyretic runtime (interpreter) system.
5
+ The Pyretic platfrom - language & runtime system.
6
6
See http://frenetic-lang.org/pyretic/ for more info.
7
7
8
- top-level:
9
- - CONTRIBS.md: Guidelines for contributing to Pyretic codebase
8
+ top-level structure:
10
9
- of_client: Clients that run on a traditional OpenFlow controller
11
10
effectively serving as a backend for Pyretic
12
11
- mininet: Slightly modified version of mininet mn
@@ -15,4 +14,4 @@ top-level:
15
14
- pyretic: Pyretic system proper
16
15
- pyretic.py: A wrapper that starts up Pyretic
17
16
and optionally an OpenFlow client (see above)
18
- - TUTORIAL.md: Brief instructions for running example Pyretic programs
17
+
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '0.3.0 '
59
+ version = '0.2.2 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.3.0 '
61
+ release = '0.2.2 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- Welcome to Pyretic's documentation!
6
+ Pyretic documentation
7
7
===================================
8
8
9
- Contents:
10
-
11
- .. toctree ::
12
- :maxdepth: 3
13
-
9
+ * `Project Homepage <http://frenetic-lang.org/pyretic/ >`_
10
+ * `;login Article <http://www.cs.princeton.edu/~jrex/papers/pyretic-login13.pdf >`_
11
+ * `Tutorial <https://github.com/frenetic-lang/pyretic/wiki/Pyretic-Tutorial >`_
12
+ * `Building the Pyretic VM <https://github.com/frenetic-lang/pyretic/wiki/Building-the-Pyretic-VM >`_
14
13
15
14
16
15
Indices and tables
@@ -25,6 +24,7 @@ Indices and tables
25
24
Pyretic Module : Language
26
25
**************************
27
26
.. inheritance-diagram :: pyretic.core.language
27
+ .. http://www.graphviz.org/content/attrs
28
28
29
29
.. automodule :: pyretic.core.language
30
30
:show-inheritance:
You can’t perform that action at this time.
0 commit comments