File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8
8
- virtualenv
9
9
- webdev
10
10
11
-
11
+ .. todolist ::
Original file line number Diff line number Diff line change 25
25
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
- extensions = ['sphinx.ext.ifconfig' ]
28
+ extensions = ['sphinx.ext.ifconfig' , 'sphinx.ext.todo' ]
29
29
30
30
# Add any paths that contain templates here, relative to this directory.
31
31
templates_path = ['_templates' ]
258
258
259
259
# Allow duplicate toc entries.
260
260
#epub_tocdup = True
261
+
262
+ todo_include_todos = True
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Package Manager
11
11
12
12
While Snow Leopard comes with a large number of UNIX utilities, those
13
13
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.
15
15
16
- To install Homebrew, simply run: ::
16
+ To ` install Homebrew < https://github.com/mxcl/homebrew/wiki/installation >`_ , simply run: ::
17
17
18
18
$ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"
19
19
@@ -34,11 +34,10 @@ bugs.
34
34
35
35
*Don't forget to update your environment PATH. *
36
36
37
-
38
37
Building From Source
39
38
--------------------
40
39
41
-
40
+ .. todo :: Write "Building From Source"
42
41
43
42
44
43
Distribute & Pip
You can’t perform that action at this time.
0 commit comments