1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-05 14:57:08 +02:00
instaloader/docs
2018-03-14 19:09:24 +01:00
..
_templates Add message on instaloader.rtfd.io that doc moved 2018-03-13 16:58:00 +01:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Fix download of saved posts 2018-03-14 08:41:48 +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 Invent beautiful logo and use it as doc favicon 2018-03-14 19:09:24 +01:00
contributing.rst Adjust github repo references 2018-03-13 13:29:44 +01:00
favicon.ico Invent beautiful logo and use it as doc favicon 2018-03-14 19:09:24 +01:00
index.rst Merge branch 'v3.3-dev' 2018-03-13 16:22:37 +01:00
installation.rst Adjust github repo references 2018-03-13 13:29:44 +01:00
logo.svg Invent beautiful logo and use it as doc favicon 2018-03-14 19:09:24 +01:00
Makefile Invent beautiful logo and use it as doc favicon 2018-03-14 19:09:24 +01:00
README.md Link to github pages doc hosting rather than rtd 2018-03-13 15:11:36 +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.github.io/

Build

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

pip3 install -r requirements.txt
make html