Link to github pages doc hosting rather than rtd
This commit is contained in:
parent
3dbce922c3
commit
304cde64fe
@ -26,7 +26,7 @@ Instaloader
|
|||||||
[--login YOUR-USERNAME] [--fast-update]
|
[--login YOUR-USERNAME] [--fast-update]
|
||||||
profile | "#hashtag" | :stories | :feed
|
profile | "#hashtag" | :stories | :feed
|
||||||
|
|
||||||
`Instaloader Documentation <https://instaloader.readthedocs.io/>`__
|
`Instaloader Documentation <https://instaloader.github.io/>`__
|
||||||
|
|
||||||
|
|
||||||
How to Automatically Download Pictures from Instagram
|
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
|
is given. So you can download private profiles **non-interactively** when you
|
||||||
already have a valid session cookie file.
|
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
|
Disclaimer
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
This directory contains sources for the Instaloader documentation.
|
This directory contains sources for the Instaloader documentation.
|
||||||
|
|
||||||
The documentation is hosted at:
|
The documentation is hosted at:
|
||||||
https://instaloader.readthedocs.io/
|
https://instaloader.github.io/
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@ -1,5 +1,5 @@
|
|||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
{% block extrahead %}
|
{% 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>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -1506,7 +1506,7 @@ def main():
|
|||||||
parser = ArgumentParser(description=__doc__, add_help=False,
|
parser = ArgumentParser(description=__doc__, add_help=False,
|
||||||
epilog="Report issues at https://github.com/instaloader/instaloader/issues. "
|
epilog="Report issues at https://github.com/instaloader/instaloader/issues. "
|
||||||
"The complete documentation can be found at "
|
"The complete documentation can be found at "
|
||||||
"https://instaloader.readthedocs.io/.")
|
"https://instaloader.github.io/.")
|
||||||
|
|
||||||
g_what = parser.add_argument_group('What to Download',
|
g_what = parser.add_argument_group('What to Download',
|
||||||
'Specify a list of profiles or #hashtags. For each of these, Instaloader '
|
'Specify a list of profiles or #hashtags. For each of these, Instaloader '
|
||||||
|
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ setup(
|
|||||||
name='instaloader',
|
name='instaloader',
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
py_modules=['instaloader'],
|
py_modules=['instaloader'],
|
||||||
url='https://instaloader.readthedocs.io/',
|
url='https://instaloader.github.io/',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Alexander Graf, André Koch-Kramer',
|
author='Alexander Graf, André Koch-Kramer',
|
||||||
author_email='mail@agraf.me, koch-kramer@web.de',
|
author_email='mail@agraf.me, koch-kramer@web.de',
|
||||||
|
Loading…
Reference in New Issue
Block a user