summaryrefslogtreecommitdiff
path: root/src/zope/interface/document.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed name to asReStructuredText for CamelCase correctness.Michael McNeil Forbes2014-10-301-1/+1
|
* Added new function asreStructuredTest to keep backward compatibilityMichael McNeil Forbes2014-10-291-8/+24
| | | | | - To keep code clean, functionality is implemented in asStructuredText with an added flag rst with default value False to preserve behaviour.
* Fix typo.Michael McNeil Forbes2014-10-291-1/+1
|
* Place code in ``code`` formatting.Michael McNeil Forbes2014-10-291-4/+4
| | | | | | | With the previous version of the code, function signatures etc. get inserted as plain text. A common python construct ``f(**kw)`` thus generates error since structured text thinks this is the start of **bold** text, but then complains because the start tag ``**`` is never closed. The solution here is to place all code in double hash tags so it is formatted verbatim without interpreting characters as inline markup. (Technically, this might only be supported by reStructuredText, but since this is the standard for python documentation, that is probably fine.
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-2/+1
|
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
|
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
|
* Revert incorrect copyright header update.Christian Theune2009-12-171-1/+1
|
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-021-1/+1
|
* Moving code to satellite.Christian Theune2007-05-031-0/+107
|
* Removed interface copyJim Fulton2006-03-111-107/+0
|
* Correcting borked move.Nathan Yergler2006-02-271-0/+107