![]() * Add %location search option Search for posts for a given location ID using %[location id] as the query * Document %location search * Make pylint happy * Use correct paths for location results * Fix —help output Add description of location argument and fix output error for short help. * Add unit tests for location download * Add extra unit test for locations |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
codesnippets | ||
.gitignore | ||
as-module.rst | ||
basic-usage.rst | ||
cli-options.rst | ||
codesnippets.rst | ||
conf.py | ||
contributing.rst | ||
favicon.ico | ||
index.rst | ||
installation.rst | ||
logo_heading.png | ||
logo.png | ||
logo.svg | ||
Makefile | ||
README.md | ||
requirements.txt | ||
sphinx_autodoc_typehints.py |
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