From 084424e856adbc5e562e54a067b210b029ffc413 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 30 Aug 2018 09:18:58 +0200 Subject: [PATCH] docs/codesnippets: Link to source tree on github --- docs/codesnippets.rst | 3 +++ docs/codesnippets/README.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 docs/codesnippets/README.md diff --git a/docs/codesnippets.rst b/docs/codesnippets.rst index 047d757..2b6d944 100644 --- a/docs/codesnippets.rst +++ b/docs/codesnippets.rst @@ -14,6 +14,9 @@ Here we present code examples that use the :ref:`python-module-instaloader` for more advanced Instagram downloading or metadata mining than what is possible with the Instaloader command line interface. +The scripts presented here can be downloaded from our source tree: +`instaloader/docs/codesnippets/ `__ + .. For each code snippet: - title - brief description of what it does / motivation / how it works diff --git a/docs/codesnippets/README.md b/docs/codesnippets/README.md new file mode 100644 index 0000000..adcf4f8 --- /dev/null +++ b/docs/codesnippets/README.md @@ -0,0 +1,4 @@ +# Advanced Instaloader Examples + +This directory contains the scripts that are presented at: +https://instaloader.github.io/codesnippets.html