|
2 | 2 | Change log |
3 | 3 | ********** |
4 | 4 |
|
5 | | -<<<<<<< HEAD |
| 5 | +0.6.0 |
| 6 | +##### |
| 7 | + |
| 8 | +The following enhancements to the HTML output are described on the :doc:`usage` page. |
| 9 | + |
| 10 | +* Optional command index. |
| 11 | +* Optional ``:index-groups:`` field to the directive for an command-by-group index. |
| 12 | +* A ``sphinxarg_full_subcommand_name`` option to print fully-qualified sub-command headings. |
| 13 | + This option helps when more than one sub-command offers a ``create`` or ``list`` or other |
| 14 | + repeated sub-command. |
| 15 | +* Each command heading is a domain-specific link target. |
| 16 | + You can link to commands and sub-commands with the ``:ref:`` role, but this |
| 17 | + release adds support for the domain-specific role like |
| 18 | + ``:commands:command:`sample-directive-opts A` ``. |
| 19 | + The ``:commands:command:`` role supports linking from other projects through the |
| 20 | + intersphinx extension. |
| 21 | + |
| 22 | +Changes |
| 23 | + |
| 24 | +* Previously, common headings such as **Positional Arguments** were subject to a |
| 25 | + process that made them unique by adding a ``_repeatX`` suffix to the HREF target. |
| 26 | + This release continues to support those HREF targets as secondary targets so that |
| 27 | + bookmarks continue to work. |
| 28 | + However, this release prefers using fully-qualified HREF targets like |
| 29 | + ``sample-directive-opts-positional-arguments`` as the primary HREF so that customers |
| 30 | + are less likely to witness the ``_repeatX`` link in URLs. |
| 31 | + |
6 | 32 | 0.5.2 |
7 | 33 | ##### |
8 | 34 |
|
@@ -40,35 +66,6 @@ Change log |
40 | 66 | Patch by Michele Riva in https://github.com/sphinx-doc/sphinx-argparse/pull/53 |
41 | 67 | * Support ``autodoc_mock_imports``. |
42 | 68 | Patch by Adam Turner and Prajeesh Ag in https://github.com/sphinx-doc/sphinx-argparse/pull/35 |
43 | | -======= |
44 | | -0.5.0 |
45 | | -##### |
46 | | - |
47 | | -The following enhancements to the HTML output are described on the [Usage](https://sphinx-argparse.readthedocs.io/en/latest/usage.html) page. |
48 | | - |
49 | | -* Optional command index. |
50 | | -* Optional ``:index-groups:`` field to the directive for an command-by-group index. |
51 | | -* A ``sphinxarg_full_subcommand_name`` option to print fully-qualified sub-command headings. |
52 | | - This option helps when more than one sub-command offers a ``create`` or ``list`` or other |
53 | | - repeated sub-command. |
54 | | -* Each command heading is a domain-specific link target. |
55 | | - You can link to commands and sub-commands with the ``:ref:`` role, but this |
56 | | - release adds support for the domain-specific role like |
57 | | - ``:commands:command:`sample-directive-opts A` ``. |
58 | | - The ``:commands:command:`` role supports linking from other projects through the |
59 | | - intersphinx extension. |
60 | | - |
61 | | -Changes |
62 | | - |
63 | | -* Previously, common headings such as **Positional Arguments** were subject to a |
64 | | - process that made them unique but adding a ``_repeatX`` suffix to the HREF target. |
65 | | - This release continues to support those HREF targets as secondary targets so that |
66 | | - bookmarks continue to work. |
67 | | - However, this release prefers using fully-qualified HREF targets like |
68 | | - ``sample-directive-opts-positional-arguments`` as the primary HREF so that customers |
69 | | - are less likely to witness the ``_repeatX`` link in URLs. |
70 | | - |
71 | | ->>>>>>> e405138 (Updates for 0.5.0) |
72 | 69 |
|
73 | 70 | 0.4.0 |
74 | 71 | ##### |
|
0 commit comments