1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00
instaloader/docs
2018-03-13 15:36:27 +01:00
..
_templates doc: link next section at the end of each page 2018-01-13 19:15:32 +01:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Add description meta tags to documentation 2017-12-03 15:20:51 +01:00
basic-usage.rst Mentione target :saved in README, docs and --help 2018-03-13 13:53:21 +01:00
cli-options.rst Mentione target :saved in README, docs and --help 2018-03-13 13:53:21 +01:00
conf.py Current version and release date in doc sidebar 2017-12-21 13:53:06 +01:00
contributing.rst Add contribution guidelines to documentation 2018-01-07 17:26:35 +01:00
index.rst Mention :saved in all places of documentation 2018-03-13 15:36:27 +01:00
installation.rst Mention Arch+Gentoo pkgs in doc/install section 2018-01-07 22:08:51 +01:00
Makefile Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
README.md Current version and release date in doc sidebar 2017-12-21 13:53:06 +01:00
requirements.txt Current version and release date in doc sidebar 2017-12-21 13:53:06 +01: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 -r requirements.txt
make html