adding initial boilerplates
This commit is contained in:
7
python/documentation/modules/modules.rst
Normal file
7
python/documentation/modules/modules.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
plex_posters
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
plex_posters
|
||||
@@ -0,0 +1,9 @@
|
||||
.. include:: ../global.rst
|
||||
|
||||
Config :modname:`plex_posters.config.config`
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: plex_posters.config.config
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
16
python/documentation/modules/plex_posters.config.rst
Normal file
16
python/documentation/modules/plex_posters.config.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
.. include:: ../global.rst
|
||||
|
||||
Config :modname:`plex_posters.config`
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: plex_posters.config
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
plex_posters.config.config
|
||||
9
python/documentation/modules/plex_posters.library.rst
Normal file
9
python/documentation/modules/plex_posters.library.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
.. include:: ../global.rst
|
||||
|
||||
Library :modname:`plex_posters.library`
|
||||
----------------------------------------
|
||||
|
||||
.. automodule:: plex_posters.library
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
17
python/documentation/modules/plex_posters.rst
Normal file
17
python/documentation/modules/plex_posters.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
.. include:: ../global.rst
|
||||
|
||||
plex_posters :modname:`plex_posters`
|
||||
------------------------------------
|
||||
|
||||
.. automodule:: plex_posters
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
plex_posters.config
|
||||
plex_posters.library
|
||||
Reference in New Issue
Block a user