1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00
instaloader/docs
Alexander Graf ae492ed68b New doc section: codesnippets / Advanced Examples
Presents code examples that use the instaloader module for more advanced tasks
than what is possible with the Instaloader command line interface.

Presents #46, #56, #110, #113, #120, #121.
2018-06-04 11:57:28 +02:00
..
_static Theme-related Documentation Enhancements 2018-04-28 15:47:04 +02:00
_templates Theme-related Documentation Enhancements 2018-04-28 15:47:04 +02:00
codesnippets New doc section: codesnippets / Advanced Examples 2018-06-04 11:57:28 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst New doc section: codesnippets / Advanced Examples 2018-06-04 11:57:28 +02:00
basic-usage.rst Very minor tweak to a paragraph in basic-usage.rst 2018-05-02 17:26:53 +02:00
cli-options.rst docs: note that --stories-only @login is bad 2018-05-14 11:04:48 +02:00
codesnippets.rst New doc section: codesnippets / Advanced Examples 2018-06-04 11:57:28 +02:00
conf.py New doc section: codesnippets / Advanced Examples 2018-06-04 11:57:28 +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 New doc section: codesnippets / Advanced Examples 2018-06-04 11:57:28 +02:00
installation.rst Minor documentation tweaks 2018-04-30 09:56:43 +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: Fix links to Instaloader classes 2018-04-28 19:50:14 +02:00
sphinx_autodoc_typehints.py doc: Fix links to Instaloader classes 2018-04-28 19:50:14 +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