Skip to content

Commit 62e9502

Browse files
authored
Merge pull request #183 from AFM-SPM/ns-rse/fix-mkdocs
docs: Fix mkdocs DeprecationWarning
2 parents 7a22481 + d65d297 commit 62e9502

12 files changed

Lines changed: 23 additions & 52 deletions

File tree

docs/api.md

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

docs/api/asd.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# ASD Modules
22

33
::: AFMReader.asd
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/gwy.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# GWY Modules
22

33
::: AFMReader.gwy
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/ibw.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# IBW Modules
22

33
::: AFMReader.ibw
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# API
2+
3+
Details of the API can be found on the following pages.
4+
5+
- [`asd.py`](asd.md)
6+
- [`gwy.py`](gwy.md)
7+
- [`ibw.py`](ibw.md)
8+
- [`io`](io.md)
9+
- [`jpk.py`](jpk.md)
10+
- [`logging`](logging.md)
11+
- [`spm.py`](spm.md)
12+
- [`topostats.py`](topostats.md)

docs/api/io.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# IO Modules
22

33
::: AFMReader.io
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/jpk.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# JPK Modules
22

33
::: AFMReader.jpk
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/logging.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# Logging Modules
22

33
::: AFMReader.logging
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/spm.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# SPM Modules
22

33
::: AFMReader.spm
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

docs/api/topostats.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# TopoStats Modules
22

33
::: AFMReader.topostats
4-
handler: python
5-
options:
6-
docstring_style: numpy
7-
rendering:
8-
show_signature_annotations: true

0 commit comments

Comments
 (0)