Skip to content

Commit b8d130b

Browse files
committed
Fixed changelog typo + Removed merge conflict characters + Designated next version as 0.6.0
1 parent 22f7bfe commit b8d130b

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

docs/changelog.rst

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
22
Change log
33
**********
44

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+
632
0.5.2
733
#####
834

@@ -40,35 +66,6 @@ Change log
4066
Patch by Michele Riva in https://github.com/sphinx-doc/sphinx-argparse/pull/53
4167
* Support ``autodoc_mock_imports``.
4268
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)
7269

7370
0.4.0
7471
#####

0 commit comments

Comments
 (0)