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

Commit 59838d3

Browse files
author
Joshua Reich
committed
updated documentation
1 parent 3771098 commit 59838d3

File tree

5 files changed

+11
-110
lines changed

5 files changed

+11
-110
lines changed

GETTING_STARTED.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

INSTALL.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
Pyretic
33
=======
44

5-
The Pyretic runtime (interpreter) system.
5+
The Pyretic platfrom - language & runtime system.
66
See http://frenetic-lang.org/pyretic/ for more info.
77

8-
top-level:
9-
- CONTRIBS.md: Guidelines for contributing to Pyretic codebase
8+
top-level structure:
109
- of_client: Clients that run on a traditional OpenFlow controller
1110
effectively serving as a backend for Pyretic
1211
- mininet: Slightly modified version of mininet mn
@@ -15,4 +14,4 @@ top-level:
1514
- pyretic: Pyretic system proper
1615
- pyretic.py: A wrapper that starts up Pyretic
1716
and optionally an OpenFlow client (see above)
18-
- TUTORIAL.md: Brief instructions for running example Pyretic programs
17+

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.3.0'
59+
version = '0.2.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.3.0'
61+
release = '0.2.2'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to Pyretic's documentation!
6+
Pyretic documentation
77
===================================
88

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>`_
1413

1514

1615
Indices and tables
@@ -25,6 +24,7 @@ Indices and tables
2524
Pyretic Module : Language
2625
**************************
2726
.. inheritance-diagram:: pyretic.core.language
27+
.. http://www.graphviz.org/content/attrs
2828
2929
.. automodule:: pyretic.core.language
3030
:show-inheritance:

0 commit comments

Comments
 (0)