| Commit | Date | |
|---|---|---|
|
[r9956]
by
milde
Trim down overhead of type hints. get_(reader|parser|writer)class(): docutils.nodes: Cf. patches #212. |
2024-10-20 19:45:21 | Tree |
|
[r9955]
by
milde
Small fixes and additions. Be more specific in FAQ answer. Don't list minor fix (bug #287) in HISTORY. Shorten some docstrings to adhere to documentation policy Better name for function factory that returns a keyword validating function. Fix attribute name mismatch "autonum" -> "auto". Explain F401 noqa comment. Fix typo in "writers/html5_polyglot/minimal.css" stylesheet. Avoid confusing variable name ``twidth`` in latex writer. |
2024-10-20 18:57:49 | Tree |
| 2024-10-20 17:47:14 | Tree | |
|
[r9953]
by
milde
ODT writer: Fix handling of `*.xml` stylesheets. According to the ODT writer documentation, the "stylesheet" setting Fix errors with "*.xml" style files [bugs:#494]. |
2024-10-20 17:44:36 | Tree |
| 2024-10-20 10:48:13 | Tree | |
| 2024-10-18 08:57:32 | Tree | |
|
[r9950]
by
milde
Allow transient elements `<target>` and `<pending>` before a figure `<caption>`. In rST, the "figure" directive's content must start with a paragraph (that The change allows passing a "classes" or "names" attribute value to the Change the `references.PropagateTargets` transform to remove a `<target>` Fix the HTML5 writer, to apply the attributes to the `<figcaption>` element, Fix LaTeX writer to handle "classes" and "ids" attributes of a `<caption>` Add test cases. |
2024-10-15 11:24:32 | Tree |
|
[r9949]
by
milde
Add internal source and line attributes to more nodes. The rST parser now also adds internal source and line attributes to Based on a pull request by Rob Taylor (on the github mirror) but adding See also [feature-requests:#41]. |
2024-10-13 13:44:24 | Tree |
|
[r9948]
by
milde
Downgrade "duplicate ID" message from "serious" to "error". A duplicate ID is not a critical error where the output will Re-use `nodes.document.set_id()` in the XML parser, but |
2024-10-13 12:40:46 | Tree |
|
[r9947]
by
milde
"include" directive: handle duplicate names and IDs in sub-documents When the :parser: option is specified, the included file is parsed |
2024-10-13 12:36:14 | Tree |