Browse Source

docs: start move away from gists

dev
Andy Meneely 10 years ago
parent
commit
7b862b579f
  1. 3
      docs/conf.py
  2. 4
      docs/guides/getting-started/part_1_zero_to_game.rst

3
docs/conf.py

@ -144,7 +144,8 @@ html_static_path = ['_static']
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# 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,
# using the given strftime format.

4
docs/guides/getting-started/part_1_zero_to_game.rst

@ -93,9 +93,7 @@ By the way, this is what's created:
.. raw:: html
<code data-gist-id="d2bb2eb028b27cf1dace"
data-gist-file="01_hello_rb00.png"
class=code_img></code>
<img src="../../intro/part1_00_expected.png" width=250>
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.

Loading…
Cancel
Save