functionality add

This commit is contained in:
2019-06-24 08:47:03 +02:00
parent 85f1a27e94
commit 76dce1e936
38 changed files with 15245 additions and 1 deletions

28
docs/build/_sources/index.rst.txt vendored Normal file
View File

@@ -0,0 +1,28 @@
.. SQLite REST API documentation master file, created by
sphinx-quickstart on Wed Jun 19 06:44:32 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to SQLite REST API's documentation!
===========================================
.. toctree::
:maxdepth: 5
:caption: Contents:
SQLite REST API server
----------------------
.. automodule:: server
:members:
SQLite API call module
----------------------
.. automodule:: server.sqlite
:members:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`