-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update rtd configuration * Updated docs and readme
- Loading branch information
Showing
9 changed files
with
41 additions
and
78 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# SPIMquant | ||
|
||
Snakebids app for quantitative analysis of SPIM (lightsheet) brains | ||
[![Documentation Status](https://readthedocs.org/projects/spimquant/badge/?version=latest)](https://spimquant.readthedocs.io/en/latest/?badge=latest) | ||
|
||
Snakebids app for quantitative analysis of SPIM (lightsheet) brains. Documentation is linked above. |
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
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 |
---|---|---|
|
@@ -22,6 +22,5 @@ getting_started/installation | |
:hidden: | ||
:maxdepth: 1 | ||
usage/app_cli | ||
usage/snakemake_cli | ||
usage/cli | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
docutils<0.18 | ||
sphinx-argparse | ||
sphinx_rtd_theme | ||
snakebids==0.10.2 | ||
sphinx-argparse==0.4.0 | ||
sphinx-rtd-theme==2.0.0 | ||
snakebids==0.13.1 | ||
myst-parser==3.0.1 | ||
. |
This file was deleted.
Oops, something went wrong.
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,26 @@ | ||
## Core command-line interface | ||
|
||
The spimquant tool command-line interface is a composition of the core | ||
(app-based) arguments and options, and the options related to Snakemake. | ||
|
||
The core BIDS App arguments and app-specific options are listed below. | ||
|
||
|
||
```{argparse} | ||
:ref: spimquant.run.get_parser | ||
:prog: spimquant | ||
``` | ||
|
||
## Snakemake-based command-line interface | ||
|
||
Both core and Snakemake options are to be provided on the same command-line, that | ||
is, any Snakemake CLI option can be used when running the app. | ||
|
||
The Snakemake-based command-line options are detailed below. | ||
|
||
```{argparse} | ||
:module: snakebids.snakemake_compat | ||
:func: get_argument_parser | ||
:prog: snakemake | ||
``` | ||
|
This file was deleted.
Oops, something went wrong.