diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-08-01 12:12:41 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-08-01 12:12:41 -0400 |
commit | 21cdb646562452e45ea1ba5c93819836a1aaa9b3 (patch) | |
tree | f09d8611710392663a7a0d44cf78a6087b947075 | |
parent | 2542aa30c0fcee783a12f9b8b610e4998871fdd9 (diff) | |
download | mediagoblin-21cdb646562452e45ea1ba5c93819836a1aaa9b3.tar.lz mediagoblin-21cdb646562452e45ea1ba5c93819836a1aaa9b3.tar.xz mediagoblin-21cdb646562452e45ea1ba5c93819836a1aaa9b3.zip |
Updates documentation section in the README
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -33,6 +33,10 @@ hang out, see `our Join page <http://mediagoblin.org/join/>`_ Where is the documentation? =========================== -Documentation is located in the ``docs/`` directory in a "raw" -restructured-text form. It is also available at -http://docs.mediagoblin.org/ in HTML form. +The beginnings of a user manual is located in the ``docs/`` directory +in HTML, Texinfo, and source (Restructured Text) forms. It's also +available online at http://docs.mediagoblin.org/ in HTML form. + +Contributor/developer documentation as well as documentation on the +project processes and infrastructure is located on +`the wiki <http://wiki.mediagoblin.org/>`_. |