Minor tweaks to documentation

This commit is contained in:
Alexander Graf
2017-08-26 12:42:04 +02:00
parent 1f89dba702
commit 5aff8273b0
6 changed files with 29 additions and 8 deletions

View File

@@ -1,7 +1,18 @@
{% if next %}
<h3>Next</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="{{ next.link|e }}">{{ next.title }}</a></li>
</ul>
{% endif %}
<h3>Links</h3>
<ul>
<li><a href="https://github.com/Thammus/instaloader">Instaloader on GitHub</a></li>
<li><a href="https://pypi.python.org/pypi/instaloader">Instaloader on PyPI</a></li>
<li><a href="https://github.com/Thammus/instaloader/issues">Issue Tracker</a></li>
<li><a href="https://github.com/Thammus/instaloader/releases">Version History</a></li>
<li><a href="https://pypi.python.org/pypi/instaloader">Instaloader on PyPI</a></li>
<li><a href="https://github.com/Thammus/instaloader">Instaloader on GitHub</a></li>
</ul>
<ul>
<li>
<a class="github-button" href="https://github.com/Thammus/Instaloader" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Thammus/Instaloader on GitHub">Star</a>
</li>
</ul>

View File

@@ -1,5 +1,5 @@
How to Download Pictures from Instagram
---------------------------------------
Download Pictures from Instagram
---------------------------------
Basic Usage
^^^^^^^^^^^

View File

@@ -1,9 +1,11 @@
Instaloader
===========
*Instaloader* is a tool to download pictures (or videos) along with
**Instaloader** is a tool to download pictures (or videos) along with
their captions and other metadata from Instagram.
With `Python <https://www.python.org/>`__ installed, do:
::
$ pip3 install instaloader