From 944d87956a5177fcc9a8243c0032965202bfac0c Mon Sep 17 00:00:00 2001 From: Mike Thornton Date: Thu, 29 Dec 2011 23:31:04 -0600 Subject: [PATCH 1/2] Added homebrew links --- docs/starting/installation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 16ad7e206..f1dcc3e98 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -18,9 +18,9 @@ Package Manager While Snow Leopard comes with a large number of UNIX utilities, those familiar with Linux systems will notice one key component missing: a -package manager. Mxcl's *Homebrew* is the answer. +package manager. Mxcl's `Homebrew `_ is the answer. -To install Homebrew, simply run: :: +To `install Homebrew `_, simply run: :: $ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)" @@ -41,11 +41,10 @@ bugs. *Don't forget to update your environment PATH.* - Building From Source -------------------- - +.. todo:: Write "Building From Source" Distribute & Pip From 870fd31b8c54c1bef782e1c67842d7a7e6b61434 Mon Sep 17 00:00:00 2001 From: Mike Thornton Date: Thu, 29 Dec 2011 23:38:18 -0600 Subject: [PATCH 2/2] Enabled TODO extension --- TODO.rst | 2 +- docs/conf.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.rst b/TODO.rst index e50140bb2..61de3a57f 100644 --- a/TODO.rst +++ b/TODO.rst @@ -8,4 +8,4 @@ - virtualenv - webdev - \ No newline at end of file +.. todolist:: \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index bbc7e5eec..93ebaec8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.ifconfig'] +extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -258,3 +258,5 @@ # Allow duplicate toc entries. #epub_tocdup = True + +todo_include_todos = True \ No newline at end of file