mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #38 from six8/master
Added homebrew links and enabled todo extension
This commit is contained in:
+3
-1
@@ -25,7 +25,7 @@ sys.path.append(os.path.abspath('_themes'))
|
|||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# 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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
@@ -258,3 +258,5 @@ epub_copyright = u'2010, Kenneth Reitz'
|
|||||||
|
|
||||||
# Allow duplicate toc entries.
|
# Allow duplicate toc entries.
|
||||||
#epub_tocdup = True
|
#epub_tocdup = True
|
||||||
|
|
||||||
|
todo_include_todos = True
|
||||||
@@ -11,9 +11,9 @@ Package Manager
|
|||||||
|
|
||||||
While Snow Leopard comes with a large number of UNIX utilities, those
|
While Snow Leopard comes with a large number of UNIX utilities, those
|
||||||
familiar with Linux systems will notice one key component missing: a
|
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)"
|
$ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"
|
||||||
|
|
||||||
@@ -34,11 +34,10 @@ bugs.
|
|||||||
|
|
||||||
*Don't forget to update your environment PATH.*
|
*Don't forget to update your environment PATH.*
|
||||||
|
|
||||||
|
|
||||||
Building From Source
|
Building From Source
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
.. todo:: Write "Building From Source"
|
||||||
|
|
||||||
|
|
||||||
Distribute & Pip
|
Distribute & Pip
|
||||||
|
|||||||
Reference in New Issue
Block a user