1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-05 14:57:08 +02:00
instaloader/docs
Alexander Graf e6be0179b7 Support {date_utc} filename_pattern
{date_utc} encodes the post creation date in UTC rather than the
current local timezone, as {date} does.

This was proposed in #69. Encoding the post creation date in
local time zone induces problems regarding --fast-update when the
time zone is changed.
2018-01-07 14:52:03 +01:00
..
_templates Current version and release date in doc sidebar 2017-12-21 13:53:06 +01:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Add description meta tags to documentation 2017-12-03 15:20:51 +01:00
basic-usage.rst Support {date_utc} filename_pattern 2018-01-07 14:52:03 +01:00
cli-options.rst Support {date_utc} filename_pattern 2018-01-07 14:52:03 +01:00
conf.py Current version and release date in doc sidebar 2017-12-21 13:53:06 +01:00
index.rst Add description meta tags to documentation 2017-12-03 15:20:51 +01:00
installation.rst Documentation Enhancements 2017-09-08 10:35:38 +02:00
Makefile Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
README.md Current version and release date in doc sidebar 2017-12-21 13:53:06 +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.readthedocs.io/

Build

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

pip3 install -r requirements.txt
make html