summaryrefslogtreecommitdiff
path: root/docs/dev
Commit message (Collapse)AuthorAgeFilesLines
* Automatically update version_info when changing __version__ per script.milde2017-09-081-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8177 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* 0.15.dev must not be used after 0.15b or 0.15rc.milde2017-08-181-12/+28
| | | | | | | | | | According to PEP 440, <major>.<minor>.dev must be sorted before <major>.<minor><pre>.dev. As we agreed on default releaselevel "beta" for development, the ".dev" suffix should not be used without a pre-release segment for Docutils versions. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8173 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Removed item about backslash-escaped colons in field list field names: ↵goodger2017-08-161-4/+0
| | | | | | implemented some time ago. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * Consolidated version identifier documentation, moving text from ↵goodger2017-08-151-79/+135
| | | | | | | | | | docutils/__init__.py to docs/dev/policies.txt. * Cleaned up version-related code in docutils/__init__.py. * Reworked the Version Numbering section in docs/dev/policies.txt. * Added test/test_utils.HelperFunctionTests.test_implicit_version_identifier to test the implicit use of docutils.utils.version_identifier(). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8167 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * Consolidated version numbering documentation in docs/dev/policies.txt ↵goodger2017-08-142-78/+120
| | | | | | | | | | (moved text from docs/dev/release.txt). * Updated docutils.utils.version_identifier for Python 2.6 (docutils.VersionInfo). * Moved code from tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier to tests/test__init__.py::VersionInfoTests.test_version_identifier; uncommented lines in tests/test__init__.py::VersionInfoTests.test_version_info. * Added new tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.milde2017-08-104-20/+26
| | | | | | | No change to the code yet, but from now on constructs requiring 2.6 or later can be checked in. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update documentation of the version identification.milde2017-08-081-62/+114
| | | | | | | Document the consensus reached about version identifier and version info tuple in the discussion on docutils-devel in Mai and June 2017. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8160 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change version to 0.15b.devgrubert2017-08-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* freecode is no longer activegrubert2017-08-031-5/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* doc wheel uploadgrubert2017-08-031-12/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* move wheel build before bump versiongrubert2017-08-031-13/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document use of set_version.sh not realese.sh to set versiongrubert2017-08-031-4/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* FIX path to htdocsgrubert2017-07-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8133 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update policies on branches and versioning.milde2017-06-221-14/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8123 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* small documentation fixesmilde2017-06-141-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8112 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typosgoodger2017-06-011-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update version number policy description.milde2017-05-301-45/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* notes on new numberinggrubert2017-05-261-1/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8075 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improve and test "compound" handling in LaTeX.milde2017-03-221-2/+10
| | | | | | | Test samples added to standard.txt allow inspection of the outcome of compound handling for all output formats. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8052 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add test instruction for Python 3 (cf. bug #314).milde2017-03-211-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor TODO update.milde2017-02-131-8/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8032 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update.milde2017-02-061-13/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8025 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update TODO list.milde2017-02-041-45/+59
| | | | | | | | Comments/reaction to comments for the doctree pruning. Update section on maths markup. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8022 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Cross-link version number policy documentation.milde2017-01-192-16/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8018 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor documentation updatemilde2017-01-031-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8012 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added notes to the "Doctree pruning" sectiongoodger2017-01-021-2/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8009 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update release notes. Pre-announce at sphinx-devel. Build and upload wheels.milde2016-12-131-61/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7997 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* prerelease sphinxgrubert2016-12-121-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7996 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add note on revision numbering (feature request #50)grubert2016-07-281-0/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update todo list.milde2016-07-261-12/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7951 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* note on testing ant configurationgrubert2015-09-301-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7923 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-121-3/+55
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update.milde2015-05-082-10/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7889 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* document py3 wheel buildgrubert2015-05-071-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update the "wheeling" documentation: generated wheels can be installed with pipmilde2015-05-061-2/+2
| | | | | | | Installing from wheel is fast for both Py 2 and 3. Basic functionality tested under Py 3.4. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document generation of wheels with pip.milde2015-05-061-17/+70
| | | | | | | | With the "pip" utility, it is possible to generate wheels for Python 2 and 3 without changes to the code base. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7886 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docs/dev/distributing.txt: remove potentially ambiguous sentence. Thanks @mildegitpull2015-04-221-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7885 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move development plan (single 2/3 source) from RELEASE-NOTES to todo list.milde2015-04-201-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7883 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docs/dev/wheeling.txt: document setuptools' wheel support progressgitpull2015-04-161-1/+75
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7877 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Testing docs: consolidate and add to new documentation section for testing ↵gitpull2015-04-162-38/+54
| | | | | | across python versions. Creating link on docs/dev/distributing that testcases are to be ran against all version before cutting a relase. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add tox.ini support for testing multiple versions. Update release notes and ↵gitpull2015-04-161-0/+28
| | | | | | docs for testing. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7874 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* document continuationgrubert2015-04-141-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* early morning trialsgrubert2015-04-141-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7869 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sectionizegrubert2015-04-141-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* link to pure-python wheelsgrubert2015-04-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7867 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add links and request textgrubert2015-04-121-0/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7863 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* starter and remindergrubert2015-04-121-0/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7862 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support some external TeX math -> MathML converters.milde2015-04-101-21/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7861 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* The new HTML writer solves some long-standing TODO issues.milde2015-04-021-8/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7860 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update TODO list.milde2015-04-021-36/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7859 929543f6-e4f2-0310-98a6-ba3bd3dd1d04