Skip to content

Commit 8990fe3

Browse files
committed
📝 Setup docs
1 parent 76bb45f commit 8990fe3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# API
22

3+
34
## TessCoord class
45

56
::: tess_locator.tesscoord.TessCoord
67
handler: python
78
selection:
89
members:
10+
- __init__
911
- to_skycoord
10-
- __init__
12+
- is_observed
13+
- list_images
14+

mkdocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ theme:
1313
repo_url: https://github.com/SSDataLab/tess-locator
1414

1515
plugins:
16-
- mkdocstrings
16+
- mkdocstrings:
17+
watch:
18+
- src/tess_locator
19+
handlers:
20+
python:
21+
selection:
22+
docstring_style: "numpy"
1723

1824
markdown_extensions:
1925
- pymdownx.highlight # necessary for syntax highlighting

0 commit comments

Comments
 (0)