summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Simplify exception chaining and nested exception error messages.Jason Madden2018-09-281-9/+8
* Unify docs for xmlconfig.rst/py back into .pyissue40Jason Madden2018-09-272-215/+8
* Unify docs for config.rst/py back into .pyJason Madden2018-09-271-1033/+4
* A simple automodule:: suffices for .interfaces.Jason Madden2018-09-271-15/+4
* No need to repeat all the docs for zopeconfigure twice.Jason Madden2018-09-271-2/+3
* Unify docs for name.rst/py back into .py. Note that the functions never had a...Jason Madden2018-09-271-9/+4
* Unify docs for docutils.rst/py back into .pyJason Madden2018-09-271-25/+4
* Unify docs for fields.rst/py back into .pyJason Madden2018-09-272-351/+8
* Quick typo fix from https://github.com/zopefoundation/zope.configuration/pull...Jason Madden2018-09-251-1/+1
* Make Path and .path() expand users and environment variables.Jason Madden2018-09-251-0/+25
* Merge pull request #29 from zopefoundation/issue6Jason Madden2018-09-251-7/+7
|\
| * Do not allow empty identifiers in PythonIdentifier.issue6Jason Madden2018-09-251-1/+1
| * Use the newest release of zope.schema for DottedName.Jason Madden2018-09-251-7/+7
* | Refer to if/else instead of or.Jason Madden2018-09-251-2/+2
* | Document zcml:condition more thoroughly.Jason Madden2018-09-252-22/+85
|/
* Remove unneeded internal _compat functions and aliases.Jason Madden2018-09-241-3/+2
* Add intersphinx mapping for Python and zope.schemaJason Madden2018-09-241-0/+10
* Flesh out the docs for ``includeOverrides`` a little bit.Jason Madden2018-09-242-7/+11
* Python 3.4 indents differently, tweak the pprint width to account for that.issue21Jason Madden2018-09-221-1/+1
* Fix the doctests with newer zope.schema; run them on Py 2 and Py3Jason Madden2018-09-225-141/+143
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
* Remove SVN fossilTres Seaver2015-01-211-1/+1
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-201-2/+2
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-23/+0
* Update hacking docs to point to Github.Tres Seaver2015-01-171-41/+54
* Clean up docs references to removed z.c.stxdocs.Tres Seaver2012-07-263-8/+0
* grrrrTres Seaver2012-07-021-1/+1
* Normalize API section.Tres Seaver2012-07-022-19/+17
* Add page on hacking the package.Tres Seaver2012-07-022-0/+335
* Ensure doctests pass under tox.Tres Seaver2012-05-091-7/+7
* Move extended examples to narrative docs.Tres Seaver2012-05-081-3/+376
* Prep for coverage.Tres Seaver2012-05-081-4/+230
* Move an extended example of using the config. machine to narrative docs.Tres Seaver2012-05-081-0/+260
* Rename no-longer-intended-for-test-discovery module.Tres Seaver2012-05-081-1/+1
* Move 'conditionalizing directives' example to narrative docs.Tres Seaver2012-05-081-0/+88
* Move extended 'exclude' example into narrative docs.Tres Seaver2012-05-081-0/+102
* API ref for z.c.zopeconfigure.Tres Seaver2012-05-082-0/+13
* Extra API ref for z.c.xmlconfig.Tres Seaver2012-05-081-0/+12
* Move z.c.xmlconfig docstring examples to the API reference.Tres Seaver2012-05-082-0/+198
* API ref for z.c.stxdocs.Tres Seaver2012-05-082-0/+7
* API ref for z.c.name.Tres Seaver2012-05-082-0/+11
* API ref for z.c.interfaces.Tres Seaver2012-05-082-0/+17
* Move z.c.fields docstring examples to the API reference.Tres Seaver2012-05-082-0/+325
* API ref for z.c.exceptions.Tres Seaver2012-05-083-1/+8
* Move z.c.docutils docstring examples to the API reference.Tres Seaver2012-05-082-0/+27
* Move z.c.config docstring examples to the API reference.Tres Seaver2012-05-082-0/+1042
* Add repoze.sphinx.autointerface.Tres Seaver2012-05-081-1/+7
* Add Sphinx docs.Tres Seaver2012-05-065-0/+678