-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move python and cli reference to separate pages
This helps tidy up the home page (only lists of commands, no table) and navigation bar (proper sections for High-level API commands and Command line reference).
- Loading branch information
Showing
3 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Command line reference | ||
====================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
generated/man/datalad-hello-cmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
High-level API commands | ||
======================= | ||
|
||
.. currentmodule:: datalad.api | ||
.. autosummary:: | ||
:toctree: generated | ||
|
||
hello_cmd |