Minor tweaks to documentation
This commit is contained in:
15
docs/_templates/links.html
vendored
15
docs/_templates/links.html
vendored
@@ -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>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
How to Download Pictures from Instagram
|
||||
---------------------------------------
|
||||
Download Pictures from Instagram
|
||||
---------------------------------
|
||||
|
||||
Basic Usage
|
||||
^^^^^^^^^^^
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user