1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00
instaloader/docs
2018-03-31 15:06:39 +02:00
..
_static doc: Switch to mobile-friendlier bootstrap theme 2018-03-28 19:39:58 +02:00
_templates doc: Switch to mobile-friendlier bootstrap theme 2018-03-28 19:39:58 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Merge branch 'master' into v4-dev 2018-03-22 16:10:35 +01:00
basic-usage.rst Tweak documentation description html meta tags 2018-03-22 16:07:19 +01:00
cli-options.rst Mentione target :saved in README, docs and --help 2018-03-13 13:53:21 +01:00
conf.py Merge branch 'master' into v4-dev 2018-03-31 15:06:39 +02:00
contributing.rst Adjust github repo references 2018-03-13 13:29:44 +01:00
favicon.ico Further enhance logo 2018-03-14 19:41:20 +01:00
index.rst Tweak documentation description html meta tags 2018-03-22 16:07:19 +01:00
installation.rst Mention Windows standalone exe in documentation 2018-03-29 19:47:35 +02:00
logo_heading.png Add awesome logo to README 2018-03-14 23:08:04 +01:00
logo.png Add logo in documentation sidebar 2018-03-14 22:14:24 +01:00
logo.svg Further enhance logo 2018-03-14 19:41:20 +01:00
Makefile Add logo in documentation sidebar 2018-03-14 22:14:24 +01:00
README.md Link to github pages doc hosting rather than rtd 2018-03-13 15:11:36 +01:00
requirements.txt doc: Switch to mobile-friendlier bootstrap theme 2018-03-28 19:39:58 +02: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