| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed name to asReStructuredText for CamelCase correctness. | Michael McNeil Forbes | 2014-10-30 | 1 | -1/+1 |
| | | |||||
| * | Added new function asreStructuredTest to keep backward compatibility | Michael McNeil Forbes | 2014-10-29 | 1 | -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 Forbes | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | Place code in ``code`` formatting. | Michael McNeil Forbes | 2014-10-29 | 1 | -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 Seaver | 2012-04-04 | 1 | -2/+1 |
| | | |||||
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 1 | -2/+0 |
| | | |||||
| * | Comply with repository policy. | Tres Seaver | 2010-04-06 | 1 | -1/+1 |
| | | |||||
| * | Revert incorrect copyright header update. | Christian Theune | 2009-12-17 | 1 | -1/+1 |
| | | |||||
| * | Updating copyright header after transfer of ownership to the Zope Foundation | Christian Theune | 2009-11-02 | 1 | -1/+1 |
| | | |||||
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 1 | -0/+107 |
| | | |||||
| * | Removed interface copy | Jim Fulton | 2006-03-11 | 1 | -107/+0 |
| | | |||||
| * | Correcting borked move. | Nathan Yergler | 2006-02-27 | 1 | -0/+107 |
