Add docs
This commit is contained in:
27
docs/_build/html/_sources/index.rst.txt
vendored
Normal file
27
docs/_build/html/_sources/index.rst.txt
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.. Datalite documentation master file, created by
|
||||
sphinx-quickstart on Thu Aug 13 21:01:34 2020.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to Datalite's documentation!
|
||||
====================================
|
||||
|
||||
Datalite is a simple to use Python library that can bind a dataclass to an
|
||||
sqlite3 database.
|
||||
|
||||
Contents
|
||||
========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
datalite
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
Reference in New Issue
Block a user