1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00
instaloader/docs
Alexander Graf 37780986fc doc: Page intro improvements
The introductionary sections of as-module and cli-options have been
rewritten. Further, Instaloader's short-description is now included in
the sidebar.
2017-11-14 11:18:30 +01:00
..
_templates doc: Page intro improvements 2017-11-14 11:18:30 +01:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst doc: Page intro improvements 2017-11-14 11:18:30 +01:00
basic-usage.rst Use Post class attributes in filename-pattern 2017-11-08 15:58:33 +01:00
cli-options.rst doc: Page intro improvements 2017-11-14 11:18:30 +01:00
conf.py Documentation Enhancements 2017-09-08 10:35:38 +02:00
index.rst Added basic usage to README and documentation 2017-11-10 18:55:52 +01:00
installation.rst Documentation Enhancements 2017-09-08 10:35:38 +02:00
Makefile Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
README.md Use Post class attributes in filename-pattern 2017-11-08 15:58:33 +01:00
requirements.txt Minor documentation fixes 2017-08-29 12:13:38 +02:00

Instaloader Documentation

This directory contains sources for the Instaloader documentation.

The documentation is hosted at: https://instaloader.readthedocs.io/

Build

The documentation is created with Sphinx. To build it, use

pip3 install sphinx sphinx-autodoc-typehints
make html