Skip to content

Commit 9e601b6

Browse files
committed
Minor changes in doc
1 parent 695acb4 commit 9e601b6

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Thanks to all that ontribute making this package what it is !
3131

3232
after activation of the conda environment depicted in the online documentation.
3333

34-
* Compilation options for developers such as WITH_TEST, WITH_EFENCE are defined in pyproject.toml. They can be used with
34+
* Compilation options for developers such as WITH_TEST, WITH_EFENCE are defined in pyproject.toml. They can be used with
3535

3636
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE -e .
3737
pip install --no-build-isolation --config-settings=cmake.build-type="Debug" -e .

doc/usage.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Usage
22

3-
```{toctree}
4-
:maxdepth: 2
5-
:hidden:
6-
7-
Convolution <user/convolution.rst>
8-
Histogram <user/histogram.rst>
9-
```
103

114
```{nbgallery}
125
examples/clustering.ipynb

0 commit comments

Comments
 (0)