Skip to content

Commit

Permalink
Added basic API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jul 3, 2017
1 parent 4be1f92 commit aa1593b
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/grp_locks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Locks
=====

.. automodule:: uwsgiconf.options.locks
:members:

6 changes: 6 additions & 0 deletions docs/source/grp_main_process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Main process
============

.. automodule:: uwsgiconf.options.main_process
:members:

6 changes: 6 additions & 0 deletions docs/source/grp_master_process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Master process
==============

.. automodule:: uwsgiconf.options.master_process
:members:

6 changes: 6 additions & 0 deletions docs/source/grp_networking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Networking
==========

.. automodule:: uwsgiconf.options.networking
:members:

6 changes: 6 additions & 0 deletions docs/source/grp_plugin_python.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Plugin: Python
==============

.. automodule:: uwsgiconf.options.plugins.python
:members:

6 changes: 6 additions & 0 deletions docs/source/grp_workers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Workers
=======

.. automodule:: uwsgiconf.options.workers
:members:

14 changes: 13 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here will be an introductory description.
Requirements
------------

1. Python 2.7+
1. Python 2.7+, 3.3+



Expand All @@ -29,3 +29,15 @@ Table of Contents
quickstart


API
---

.. toctree::
:maxdepth: 2

grp_locks
grp_main_process
grp_master_process
grp_networking
grp_workers
grp_plugin_python

0 comments on commit aa1593b

Please sign in to comment.