docs: start move away from gists

dev
Andy Meneely 2016-05-03 17:43:34 -04:00
parent 77212431c5
commit 7b862b579f
2 changed files with 3 additions and 4 deletions

View File

@ -144,7 +144,8 @@ html_static_path = ['_static']
# Add any extra paths that contain custom files (such as robots.txt or # Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied # .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation. # directly to the root of the documentation.
#html_extra_path = [] html_extra_path = ['../samples']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.

View File

@ -93,9 +93,7 @@ By the way, this is what's created:
.. raw:: html .. raw:: html
<code data-gist-id="d2bb2eb028b27cf1dace" <img src="../../intro/part1_00_expected.png" width=250>
data-gist-file="01_hello_rb00.png"
class=code_img></code>
Now let's incrementally convert the above snippet into just one of our cards. Let's just focus on one card for now. Later we'll hook it up to our CSV and apply that to all of our cards. Now let's incrementally convert the above snippet into just one of our cards. Let's just focus on one card for now. Later we'll hook it up to our CSV and apply that to all of our cards.