Skip to content

Commit 9130438

Browse files
committed
DOC: Finally working, hopefully
1 parent 10b8ed3 commit 9130438

File tree

105 files changed

+43
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+43
-932
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ instance/
9494

9595
# Sphinx documentation
9696
docs/_build/
97+
docs/src/
98+
docs/source/api/
9799

98100
# PyBuilder
99101
target/
@@ -128,4 +130,4 @@ ENV/
128130
/site
129131

130132
# mypy
131-
.mypy_cache/
133+
.mypy_cache/

docs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Building the docs
22

3-
An action builds the docs on PRs. To update search, install sphinx and generate stubs with
3+
To build docs locally:
44

55
```
6-
sphinx-autogen -o docs/source/api docs/source/api_index.rst
6+
sphinx-build -b html docs/source docs/_build/html
77
```
8-
9-
from the ANTsPy/ directory.

docs/source/api/ants.core.ants_image.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/source/api/ants.core.ants_image_io.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/source/api/ants.core.ants_metric.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/source/api/ants.core.ants_metric_io.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/source/api/ants.core.ants_transform.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/source/api/ants.core.ants_transform_io.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/source/api/ants.core.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/source/api/ants.deeplearn.cropping_and_padding_utilities.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)