Create minimal documentation with Sphinx

This commit is contained in:
Alexander Graf
2017-08-25 16:54:36 +02:00
parent 1928db63bb
commit ec2e09edcf
9 changed files with 661 additions and 2 deletions

24
docs/as-module.rst Normal file
View File

@@ -0,0 +1,24 @@
Usage as Python Module
----------------------
Introduction
^^^^^^^^^^^^
.. include:: ../README.rst
:start-after: as-module-intro-start
:end-before: as-module-intro-end
``Instaloader`` (Main Class)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: instaloader.Instaloader
:members:
:undoc-members:
``Post`` Class
^^^^^^^^^^^^^^
.. autoclass:: instaloader.Post
:members:
:undoc-members: