intial commit of tests, documentation
This commit is contained in:
14
docs/_sources/index.rst.txt
Normal file
14
docs/_sources/index.rst.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
.. pyteamsnap documentation master file, created by
|
||||
sphinx-quickstart on Sat Nov 5 11:06:19 2022.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
|
||||
.. include:: ../../README.rst
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:caption: Contents:
|
||||
:maxdepth: 3
|
||||
|
||||
modules
|
||||
7
docs/_sources/modules.rst.txt
Normal file
7
docs/_sources/modules.rst.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
pyteamsnap
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
pyteamsnap
|
||||
10
docs/_sources/pyteamsnap.models.rst.txt
Normal file
10
docs/_sources/pyteamsnap.models.rst.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
pyteamsnap.models package
|
||||
=========================
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: pyteamsnap.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
29
docs/_sources/pyteamsnap.rst.txt
Normal file
29
docs/_sources/pyteamsnap.rst.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
pyteamsnap package
|
||||
==================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
pyteamsnap.models
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
pyteamsnap.client module
|
||||
------------------------
|
||||
|
||||
.. automodule:: pyteamsnap.client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: pyteamsnap
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user