3636 configured by `dylan_drm_index `_. The partial URL is appended to the base URL
3737 configured by the `dylan_drm_url `_.
3838
39+ For example, this link to :drm: `<object> ` was produced with the markup
40+ ``:drm:`<object>` ``, which assumes the above configuration setting of ``primary_domain
41+ = 'dylan' ``.
42+
43+ .. The above usage of the :drm: role is explicitly included as a very minimal test to
44+ make sure that when this documentation is built it at least uses some of the code in
45+ dylandomain.py; please don't remove it.
46+
3947
4048 Configurables
4149-------------
@@ -53,7 +61,7 @@ Configurables
5361 partial URLs. Each line is a correspondence. The first word is the Dylan
5462 name, followed by whitespace, then the remainder is the partial URL. Defaults
5563 to partial URLs corresponding to the copy of the `Dylan Reference Manual `:t:
56- at `< http ://opendylan.org >`_.
64+ at `opendylan.org < https ://opendylan.org >`_.
5765
5866
5967Library, module, and binding documentation
@@ -443,6 +451,17 @@ Directive options
443451Directive options appear immediately after the directive with no intervening
444452blank lines.
445453
454+ ``:no-contents-entry: ``
455+ ^^^^^^^^^^^^^^^^^^^^^^^
456+
457+ Tells Sphinx not to add a Table of Contents (ToC) entry for this Dylan object. This
458+ may be especially useful for `dylan:method:: `_ directives because sometimes they can
459+ unnecessarily clutter the ToC. If the `dylan:method:: `_ directives are all colocated
460+ with the `dylan:generic-function:: `_ directive then it may be sufficient to only
461+ include the latter in the ToC. (This option is provided by Sphinx itself.)
462+
463+ :Syntax: ``:no-contents-entry: ``
464+
446465``:library: ``
447466^^^^^^^^^^^^^
448467
0 commit comments