1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-07 03:40:06 +02:00
instaloader/docs
2021-04-22 20:06:35 +02:00
..
_static Enhance Documentation Theme 2020-07-30 17:02:43 +02:00
_templates doc: Don't force links to be opened in new tab 2020-08-09 08:08:17 +02:00
codesnippets 615_import_firefox_session.py: Open database with immutable=1 2020-12-06 08:43:04 +01:00
module Improve docs on how to load/save FrozenNodeIterator 2021-04-12 16:54:44 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Minor Documentation Fixes (mostly spelling&grammar) 2020-07-31 22:12:27 +02:00
basic-usage.rst Save content using original filenames (#893) 2020-12-02 11:22:55 +01:00
cli-options.rst Make iPhone endpoint query optional (#1076) 2021-04-22 20:06:35 +02:00
codesnippets.rst Minor Documentation Fixes (mostly spelling&grammar) 2020-07-31 22:12:27 +02:00
conf.py docs: Link to examples in master branch 2020-12-23 19:39:18 +01:00
contributing.rst Improvements to contributing.md, other minor changes 2021-01-02 17:41:19 +01:00
favicon.ico Further enhance logo 2018-03-14 19:41:20 +01:00
index.rst Resume a previously-aborted post download loop (#732) 2020-07-21 17:28:55 +02:00
installation.rst Update dependencies; test on py3.9; drop python 3.5 support 2021-03-20 17:30:15 +01: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 Update deps used in CI (esp. MyPy and PyLint) 2020-07-26 18:54:23 +02:00
sphinx_autodoc_typehints.py Update sphinx_autodoc_typehints to version 1.5.2 2018-12-13 16:23:14 +01:00
troubleshooting.rst Troubleshooting: Mention overriding RateController 2020-11-28 16:29:18 +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