aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-04-24 18:55:07 -0400
committerWill Kahn-Greene <willg@bluesock.org>2011-04-24 18:55:07 -0400
commitcafc7451ccdf0dc1d86eba92f3f75254c367d2f7 (patch)
tree47febc07566fc472893ead3d2ca4bae9a962a8df
parent5740a0d6aa8647c182c39680fecf6b902485a9b2 (diff)
downloadmediagoblin-cafc7451ccdf0dc1d86eba92f3f75254c367d2f7.tar.lz
mediagoblin-cafc7451ccdf0dc1d86eba92f3f75254c367d2f7.tar.xz
mediagoblin-cafc7451ccdf0dc1d86eba92f3f75254c367d2f7.zip
Minor tweaks to design decisions text
-rw-r--r--docs/designdecisions.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/designdecisions.rst b/docs/designdecisions.rst
index 6156d523..3398c24b 100644
--- a/docs/designdecisions.rst
+++ b/docs/designdecisions.rst
@@ -17,11 +17,11 @@ Chris Webber on "Why Python":
software web applications before in Python, including `Miro
Community`_, the `Miro Guide`_, a large portion of `Creative
Commons`_, and a whole bunch of things while working at `Imaginary
- Landscape`_). I know Python, I can make this happen in Python, me
- starting a project like this makes sense if it's done in Python.
+ Landscape`_). Me starting a project like this makes sense if it's
+ done in Python.
You might say that PHP is way more deployable, that Rails has way
- more cool developers riding around on fixie bikes, and all of
+ more cool developers riding around on fixie bikes---and all of
those things are true. But I know Python, like Python, and think
that Python is pretty great. I do think that deployment in Python
is not as good as with PHP, but I think the days of shared hosting
@@ -159,14 +159,16 @@ Why Sphinx for documentation
Will Kahn-Greene on "Why Sphinx":
- Sphinx is a fantastic tool for organizing documentation for a
+ `Sphinx`_ is a fantastic tool for organizing documentation for a
Python-based project that makes it pretty easy to write docs that
are readable in source form and can be "compiled" into HTML, LaTeX
and other formats.
There are other doc systems out there, but given that GNU
- MediaGoblin is being written in Python, it makes sense to use
- Sphinx for now.
+ MediaGoblin is being written in Python and I've done a ton of
+ documentation using Sphinx, it makes sense to use Sphinx for now.
+
+.. _Sphinx: http://sphinx.pocoo.org/
Why AGPLv3 and CC0?