[go: up one dir, main page]

Menu

Commit [r9955]  Maximize  Restore  History

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
(multi-line docstrings should be summary line, blank line, details).

Better name for function factory that returns a keyword validating function.
(cf. https://stackoverflow.com/questions/3368830/how-to-name-factory-like-methods).

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.

milde 2024-10-20

changed /trunk/docutils/FAQ.rst
changed /trunk/docutils/HISTORY.rst
changed /trunk/docutils/docutils/nodes.py
changed /trunk/docutils/docutils/transforms/parts.py
changed /trunk/docutils/docutils/utils/__init__.py
changed /trunk/docutils/docutils/writers/html5_polyglot/minimal.css
changed /trunk/docutils/docutils/writers/latex2e/__init__.py
changed /trunk/docutils/test/functional/tests/standalone_rst_docutils_xml.py
changed /trunk/docutils/test/test_nodes.py