File: index.rst

package info (click to toggle)
python-openflow 1.1.0~alpha2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 692 kB
  • ctags: 1,027
  • sloc: python: 2,713; makefile: 207; sh: 8
file content (51 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.. include:: ../README.rst

Here you will find an extensive documentation of this library. If you wanna fix
or improve this documentation, please read our |contrib|_ and feel free to
submit a patch on our `doc/` directory.

Table of Contents
=================

.. toctree::
  :maxdepth: 2

  toc/introduction
  toc/install
  toc/usage
  toc/CONTRIBUTE
  toc/HACKING
  toc/AUTHORS



API Reference
-------------

.. toctree::
   :maxdepth: 9
   :titlesonly:
   :caption: Documentation of classes and methods.
   :name: mastertoc

   modules

Authors
-------

This is a collaborative project between SPRACE (From São Paulo State University,
Unesp) and Caltech (California Institute of Technology). For a complete list of
authors, please open ``AUTHORS.rst`` file.


Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. |kytos-site| replace:: Kytos web site
.. _kytos-site: http://kytos.io/
.. |contrib| replace:: contributing instructions
.. _contrib: https://github.com/kytos/python-openflow/blob/develop/CONTRIBUTE.md