Skip to content

Commit 483971c

Browse files
committed
Fix documenting-arguments anchor in docs
Judging from other places in the documentation which link to this anchor, this anchor is misplaced.
1 parent 2e1c742 commit 483971c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Simple example:
3030
invoke(hello, args=['--help'])
3131

3232

33-
.. _documenting-arguments:
34-
3533
Command Short Help
3634
------------------
3735

@@ -70,6 +68,8 @@ The help epilog is printed at the end of the help and is useful for showing exam
7068
7169
invoke(init, args=['--help'])
7270

71+
.. _documenting-arguments:
72+
7373
Documenting Arguments
7474
----------------------
7575

0 commit comments

Comments
 (0)