summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-documentation.txt
AgeCommit message (Collapse)Author
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-30Fixed links to Sphinx docs.Tim Graham
2018-03-07Used console directive in "Writing documentation".Roy Zwambag
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2016-06-02Fixed #26699 -- Mentioned doc theming difference (locally-built vs. website).Philip James
2016-05-19Fixed #26637 -- Removed obsolete note in ↵Tim Graham
docs/internals/contributing/writing-documentation.txt
2016-03-19Fixed a broken link in docs/internals/contributing/writing-documentation.txt.Amine
2016-03-15Removed obsolete section on "Improving the documentation".Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
2015-12-31Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
Thanks Daniele Procida for coauthoring.
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-24Optimized docs images and documented the process.Curtis Maloney
2015-06-25Updated release process for new release schedule.Tim Graham
2015-06-15Removed obsolete literals_to_xrefs.py script.Tim Graham
2015-06-04Improved wording in writing documentation docs.Steadman
2015-03-10Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpageErik Romijn
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-09Added best practices for versionadded/changed annotations.Tim Graham
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-05Fixed broken links in docs.Tim Graham
2014-07-02Fixed #18108 -- Added instructions for translating documentation.Tim Graham
Thanks Claude Paroz.
2014-06-03Added a patch review checklist.Tim Graham
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand.
2014-03-07Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik
2013-12-14Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docsBouke Haarsma
2013-11-30Documented the house style for gender neutral pronouns.Alex Gaynor
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
The documentation and comments now all use 'an' to refer to the word SQL and not 'a'.
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-04-20Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity.Juan Catalano
As explained in ticket #20104, the use of versionchanged/versionadded was confusing. To solve this ambiguity these directives no longer accept a second argument but now they only receive the version number (1st arg) and then a content with the proper comment.
2012-10-25Fixed #19180 - Clarified policy regarding older versions of the docs.Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Fixed #17933 -- Added intro note to writing-documentation.txtAdrian Holovaty
Based on initial patch by Thomas Westfeld
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from ↵Luke Plant
[16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-19Fixed #16469 -- Improved documentation of Django internals, including the ↵Jannis Leidel
new backport policy. Many thanks to Aymeric Augustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-19Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, ↵Jannis Leidel
Aymeric Augustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-27Fixed #15796 -- Restructured the contributing documentation and added note ↵Jannis Leidel
about newly added Trac abilities. Many thanks to Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16284 bcc190cf-cafb-0310-a4f2-bffc1f526a37