Mercurial > p > roundup > code
diff doc/customizing.txt @ 8315:3f43db05aa11
docs: use bulleted list for deprecation; pydoc for shared dir
pydoc update for embedded/released docs isn't working quite right.
The html file is generated but no docs are extracted into it.
But the error emitted by the presence of pydoc.txt is suppressed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 18:51:57 -0400 |
| parents | b99e76e76496 |
| children | 5eb470cbcc08 |
line wrap: on
line diff
--- a/doc/customizing.txt Sun May 11 17:59:32 2025 -0400 +++ b/doc/customizing.txt Sun May 11 18:51:57 2025 -0400 @@ -90,7 +90,7 @@ <td tal:content="structure context/due_date/field" /> </tr> - If you want to show only the date part of due_date then do this instead: + If you want to show only the date part of due_date then do this instead:: <tr> <th>Due Date</th>
