[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r9977] by milde

Remove `docutils/utils/roman.py`.

Obsoleted by ``docutils/utils/_roman_numerals.py``.

2024-11-09 23:36:49 Tree
[r9976] by milde

One more Document Tree documentation review.

Rephrase and reformat for more brevity and clarity.
Fix typos, add crosslinks.

Less gaudy colors in the element hierarchy diagram.

Make the "Element Reference" introduction a sub-section,
so it turns up in the local ToC.

Update analogies to HTML (now referring to HTML5 rsp. the "living standard").
Fix analogy to `<h1>` to `<h6>`: these mark titles (headings), not sections.

Reduce redundancy: Only list including "Parameter Entities" if not
implied by the element category).

Update description of `<line-block>` (it used to be a
sort of literal-block but is is now rather a plain list,
cf. docs/dev/rst/alternatives.html#syntax-for-line-blocks).

Small section for "placeholder" parameter entities.

Move the description of "Pseudo-XML" and the "Names and identifiers"
section content to a new "Glossary" section.

Bibliography entry for docutils.dtd.

2024-10-30 23:34:50 Tree
[r9975] by milde

Small fix for target-highlight in "responsive" stylesheet (HTML5).

Highlight complete citation, not only the label.

2024-10-28 22:19:10 Tree
[r9974] by milde

Wrap setting the default "locale" in try/except, report locale.Error as warning.

Docutils command line tools use `locale.setlocale()` to set the locale to the user's
default locale. This may lead to a `locale.Error` if there are problems in the
systems locale setup. As locale settings are not critical for the working of
Docutils (but may affect the output in certain instances), we now clear the
exception and report a WARNING.

Fixes bug #495.

2024-10-28 22:18:58 Tree
[r9973] by grubert

rename .txt to .rst (left over)

2024-10-26 15:14:09 Tree
[r9972] by grubert

rename .txt to .rst (left over)

2024-10-26 15:12:02 Tree
[r9971] by grubert

move .txt to .rst (left over)

2024-10-26 15:09:51 Tree
[r9970] by milde

Fix recursion in `nodes.Element.get_language_code()`.

Because of a typo, `Element.get_language_code()` did not find language
tags in parent elements but just return the fallback value.

Thanks to Marcello Perathoner for the report.
http://permalink.gmane.org/gmane.text.docutils.devel/10544

2024-10-26 09:15:18 Tree
[r9969] by milde

Condense "details" lists in Document Tree documentation.

More concise style in the sections listing doctree element details.
(Reduce boilerplate text and repetitions,
use phrases instead of full sentences if applicable.)

2024-10-25 22:46:34 Tree
[r9968] by milde

Doctree documentation revision.

Update documentation regarding the "colwidth" attribute handling.
and the included `Exchange Table Model`.

Unify name use.

Revise/fix hyperlinks.

Improve wording/formatting.

Correct description of the "names" doctree element attribute:

Under specific circumstances, an element may have both,
``names`` and ``dupnames`` attributes.
This is intentional to provide a means to solve conflicts in
implicit hyperlink targets (e.g. two section headings with similar title),
e.g. ::

My Title
--------

.. _my title:

my title
--------

`My title`_ links to the second section.

2024-10-25 17:45:15 Tree
Older >