From 7b862b579fffa881f39261ac147d2f2288e7b837 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 3 May 2016 17:43:34 -0400 Subject: [PATCH] docs: start move away from gists --- docs/conf.py | 3 ++- docs/guides/getting-started/part_1_zero_to_game.rst | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4bdfdda..370039e 100644 --- a/docs/conf.py +++ b/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. diff --git a/docs/guides/getting-started/part_1_zero_to_game.rst b/docs/guides/getting-started/part_1_zero_to_game.rst index 7338822..1e6fa12 100644 --- a/docs/guides/getting-started/part_1_zero_to_game.rst +++ b/docs/guides/getting-started/part_1_zero_to_game.rst @@ -93,9 +93,7 @@ By the way, this is what's created: .. raw:: html - + 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.