intial commit of tests, documentation

This commit is contained in:
2022-11-05 13:53:37 -05:00
parent 9085c184bf
commit 852acafcae
115 changed files with 21599 additions and 1229 deletions

View 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

View File

@@ -0,0 +1,7 @@
pyteamsnap
==========
.. toctree::
:maxdepth: 3
pyteamsnap

View File

@@ -0,0 +1,10 @@
pyteamsnap.models package
=========================
Module contents
---------------
.. automodule:: pyteamsnap.models
:members:
:undoc-members:
:show-inheritance:

View 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: