-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started work on better documentation
- Loading branch information
Showing
9 changed files
with
36 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
syntax: glob | ||
*.db | ||
*.egg-info | ||
*.log | ||
*.pyc | ||
*.swp | ||
*.sublime-* | ||
*.swp | ||
*__pycache__* | ||
dist | ||
build | ||
*.egg-info | ||
.idea/ | ||
lib/ | ||
bin/ | ||
include/ | ||
.cache/ | ||
.idea/ | ||
.Python | ||
bin/ | ||
build | ||
dist | ||
docs/_build/ | ||
|
||
include/ | ||
lib/ | ||
pip-selfcheck.json | ||
|
||
pyvenv.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
|
||
Welcome to Python PlexAPI's documentation! | ||
========================================== | ||
|
||
Python PlexAPI | ||
============== | ||
.. include:: toc.rst | ||
|
||
.. automodule:: myplex | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
||
Usage & Contributions | ||
--------------------- | ||
* Source is available on the `Github Project Page <https://github.com/mjs7231/python-plexapi>`_. | ||
* Contributors to python-plexapi own their own contributions and may distribute that code under | ||
the `BSD license <https://github.com/mjs7231/python-plexapi/blob/master/LICENSE.txt>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PlexAPI Introduction | ||
==================== | ||
Introduction | ||
============ | ||
|
||
.. |br| raw:: html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:maxdepth: 2 | ||
:caption: Table of Contents | ||
|
||
self | ||
introduction | ||
modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters