Create minimal documentation with Sphinx
This commit is contained in:
24
docs/as-module.rst
Normal file
24
docs/as-module.rst
Normal 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:
|
Reference in New Issue
Block a user