File tree 3 files changed +5
-31
lines changed
3 files changed +5
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
:target: https://sphinxcontrib-autoprogram.readthedocs.io/
10
10
:alt: Documentation Status
11
11
12
- .. image :: https://travis-ci.org/sphinx-contrib/autoprogram.svg?branch=master
12
+ .. image :: https://github.com/sphinx-contrib/autoprogram/workflows/Build%20and%20Test/badge.svg?branch=master
13
+ :target: https://github.com/sphinx-contrib/autoprogram/actions
13
14
:alt: Build Status
14
- :target: https://travis-ci.org/sphinx-contrib/autoprogram
15
15
16
16
This contrib extension, ``sphinxcontrib.autoprogram ``, provides an automated
17
17
way to document CLI programs. It scans ``argparse.ArgumentParser `` object,
Original file line number Diff line number Diff line change 16
16
:target: https://sphinxcontrib-autoprogram.readthedocs.io/
17
17
:alt: Documentation Status
18
18
19
- .. image :: https://travis-ci.org/sphinx-contrib/autoprogram.svg?branch=master
19
+ .. image :: https://github.com/sphinx-contrib/autoprogram/workflows/Build%20and%20Test/badge.svg?branch=master
20
+ :target: https://github.com/sphinx-contrib/autoprogram/actions
20
21
:alt: Build Status
21
- :target: https://travis-ci.org/sphinx-contrib/autoprogram
22
22
23
23
This contrib extension, :mod: `sphinxcontrib.autoprogram `, provides an automated
24
24
way to document CLI programs. It scans :class: `argparse.ArgumentParser `
@@ -144,7 +144,7 @@ Additional Options for :rst:dir:`.. autoprogram::`
144
144
145
145
``:start_command: subcommand ``
146
146
Render document for the given subcommand. ``subcommand `` can be a space
147
- separated list to render a sub-sub-...-command.
147
+ separated list to render a sub-sub-...-command.
148
148
149
149
.. versionadded :: 0.1.3
150
150
You can’t perform that action at this time.
0 commit comments