Changes between Version 27 and Version 28 of DocSprint12Apr


Ignore:
Timestamp:
Apr 14, 2008, 10:44:50 AM (16 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocSprint12Apr

    v27 v28  
    55== TODO ==
    66
    7 Well, a lot. See [http://tinyurl.com/68k7cb the notes on contributing to the docsprint]. However, here are some specific things that can be done ''now'' (i.e. aren't dependent on other folks work:
     7Well, a lot. See the checklist below. Also, [http://tinyurl.com/68k7cb the notes on contributing to the docsprint]. Other things worth doing, not in the checklist:
    88
    9  * Add correct Sphinx markup to {{{intro/}}} directory.
    10  * Write {{{intro/install.txt}}}. It should be based on {{{topics/install}}}, but much much simpler -- geared towards folks just getting started. Python 2.5, sqlite should be the focus.
    11  * Finish applying {{{django-admin}}} and {{{django-admin-option}}} markup in {{{ref/django-admin.txt}}}.
    129 * ('''HUGE'''): break up model documentation (currently all in {{{topics/db/models}}} and {{{ref/models/querysets}}} into all the various outlined documents in {{{ref/models}}} and {{{topics/db}}}.
    1310 * ('''QUITE LARGE'''): break up forms documentation from {{{topics/forms/index}}} into the outlined content in {{{topics/forms}}} and {{{ref/forms}}}.
     
    1512 * Add [http://sphinx.pocoo.org/markup/para.html#glossary glossary] directives for "important" terms. A very small starting list can be found [http://www.djangoproject.com/documentation/contributing/#commonly-used-terms in the contributing documentation], but there's many more candidates for glossary.
    1613 * Start looking at the generated index (look in {{{_build/html/genindex.html}}} after running a build) and improving it by adding [http://sphinx.pocoo.org/markup/para.html#index-generating-markup index directives] where appropriate.
    17  * Fill in documents missing content (see below).
    1814 * Find code blocks and make sure they're [http://sphinx.pocoo.org/markup/code.html syntax highlighted] correctly.
    1915
    2016If you choose to do any of these items, remove it from above and add your name/IRC handle below.
    21 
    22 Oh, one other thing:
    23 
    24  * Add more items to this TODO list.
    2517
    2618== Who's doing what ==
Back to Top