Skip to content

Commit 1c046ab

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#38 from six8/master
Added homebrew links and enabled todo extension
2 parents 4a34375 + 870fd31 commit 1c046ab

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

TODO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
- virtualenv
99
- webdev
1010

11-
11+
.. todolist::

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ['sphinx.ext.ifconfig']
28+
extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo']
2929

3030
# Add any paths that contain templates here, relative to this directory.
3131
templates_path = ['_templates']
@@ -258,3 +258,5 @@
258258

259259
# Allow duplicate toc entries.
260260
#epub_tocdup = True
261+
262+
todo_include_todos = True

docs/starting/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Package Manager
1111

1212
While Snow Leopard comes with a large number of UNIX utilities, those
1313
familiar with Linux systems will notice one key component missing: a
14-
package manager. Mxcl's *Homebrew* is the answer.
14+
package manager. Mxcl's `Homebrew <http://mxcl.github.com/homebrew/>`_ is the answer.
1515

16-
To install Homebrew, simply run: ::
16+
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, simply run: ::
1717

1818
$ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"
1919

@@ -34,11 +34,10 @@ bugs.
3434

3535
*Don't forget to update your environment PATH.*
3636

37-
3837
Building From Source
3938
--------------------
4039

41-
40+
.. todo:: Write "Building From Source"
4241

4342

4443
Distribute & Pip

0 commit comments

Comments
 (0)