~awuerl/blitzortung-python/master

« back to all changes in this revision

Viewing changes to doc/blitzortung.db.rst

  • Committer: Andreas Würl
  • Date: 2013-10-21 10:26:34 UTC
  • Revision ID: git-v1:7b4adbf6d36c2e6e0903e89f194d43db57096bf2
added spinx documentation
replaced inheritance of data provider with delegation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
db Package
 
2
==========
 
3
 
 
4
:mod:`db` Package
 
5
-----------------
 
6
 
 
7
.. automodule:: blitzortung.db
 
8
    :members:
 
9
    :undoc-members:
 
10
    :show-inheritance:
 
11
 
 
12
:mod:`query` Module
 
13
-------------------
 
14
 
 
15
.. automodule:: blitzortung.db.query
 
16
    :members:
 
17
    :undoc-members:
 
18
    :show-inheritance:
 
19
 
 
20
:mod:`table` Module
 
21
-------------------
 
22
 
 
23
.. automodule:: blitzortung.db.table
 
24
    :members:
 
25
    :undoc-members:
 
26
    :show-inheritance:
 
27