Skip to content

Commit 5d866b0

Browse files
authored
Merge pull request #946 from dapomeroy/update_documentation
Fix Command Reference in docs
2 parents 790f840 + c17a7cd commit 5d866b0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/ramble/docs/command_index.in

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=================
2+
Command Reference
3+
=================
4+
5+
This is a reference for all commands in the Ramble command line interface.
6+
The same information is available through :ref:`ramble-help`.

lib/ramble/docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"ramble",
5454
"commands",
5555
"--format=rst",
56+
"--header=command_index.in",
5657
"--update=command_index.rst",
5758
]
5859
+ glob("*rst")

0 commit comments

Comments
 (0)