1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-04 10:57:58 +02:00

Link to github pages doc hosting rather than rtd

This commit is contained in:
Alexander Graf 2018-03-13 15:11:36 +01:00
parent 3dbce922c3
commit 304cde64fe
5 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Instaloader
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed
`Instaloader Documentation <https://instaloader.readthedocs.io/>`__
`Instaloader Documentation <https://instaloader.github.io/>`__
How to Automatically Download Pictures from Instagram
@ -65,7 +65,7 @@ temporary directory, which will be reused later the next time ``--login``
is given. So you can download private profiles **non-interactively** when you
already have a valid session cookie file.
`Instaloader Documentation <https://instaloader.readthedocs.io/basic-usage.html>`__
`Instaloader Documentation <https://instaloader.github.io/basic-usage.html>`__
Disclaimer

View File

@ -3,7 +3,7 @@
This directory contains sources for the Instaloader documentation.
The documentation is hosted at:
https://instaloader.readthedocs.io/
https://instaloader.github.io/
## Build

View File

@ -1,5 +1,5 @@
{% extends "!layout.html" %}
{% block extrahead %}
<meta name="google-site-verification" content="0esgS4FkYROvPe-I9MYvC1tTYtfASPpqxBdpTHEBIcQ" />
<meta name="google-site-verification" content="FNUsDdkOJM9obm9QEdrNBVd9AtAzHzA-aaSMCUrS6C8" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
{% endblock %}

View File

@ -1506,7 +1506,7 @@ def main():
parser = ArgumentParser(description=__doc__, add_help=False,
epilog="Report issues at https://github.com/instaloader/instaloader/issues. "
"The complete documentation can be found at "
"https://instaloader.readthedocs.io/.")
"https://instaloader.github.io/.")
g_what = parser.add_argument_group('What to Download',
'Specify a list of profiles or #hashtags. For each of these, Instaloader '

View File

@ -38,7 +38,7 @@ setup(
name='instaloader',
version=get_version(),
py_modules=['instaloader'],
url='https://instaloader.readthedocs.io/',
url='https://instaloader.github.io/',
license='MIT',
author='Alexander Graf, André Koch-Kramer',
author_email='mail@agraf.me, koch-kramer@web.de',