add initial docs

This commit is contained in:
Lance Edgar 2012-03-24 20:53:24 -05:00
parent df7fad8edc
commit 69e92c13db
19 changed files with 878 additions and 30 deletions

43
docs/index.rst Normal file
View file

@ -0,0 +1,43 @@
edbob -- Pythonic Software Framework
====================================
Welcome to edbob, a Pythonic software framework released under the GNU Affero
General Public License.
It aims to be "environment-neutral" in that it can assist with development for
console, web, or GUI applications. Pay only for what you eat; however all of
its functionality combined may be considered a "full stack" of sorts.
API
---
The following pages describe the ``edbob`` package from a caller's perspective.
.. toctree::
:maxdepth: 1
edbob
edbob.commands
edbob.configuration
edbob.db
edbob.exceptions
edbob.mail
edbob.modules
edbob.sqlalchemy
edbob.util
To-Do
-----
.. todolist::
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`