Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- virtualenv
- webdev


.. todolist::
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -258,3 +258,5 @@

# Allow duplicate toc entries.
#epub_tocdup = True

todo_include_todos = True
7 changes: 3 additions & 4 deletions docs/starting/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://mxcl.github.com/homebrew/>`_ is the answer.

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

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

Expand All @@ -41,11 +41,10 @@ bugs.

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


Building From Source
--------------------


.. todo:: Write "Building From Source"


Distribute & Pip
Expand Down