We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bb45f commit 8990fe3Copy full SHA for 8990fe3
docs/api.md
@@ -1,10 +1,14 @@
1
# API
2
3
+
4
## TessCoord class
5
6
::: tess_locator.tesscoord.TessCoord
7
handler: python
8
selection:
9
members:
10
+ - __init__
11
- to_skycoord
- - __init__
12
+ - is_observed
13
+ - list_images
14
mkdocs.yml
@@ -13,7 +13,13 @@ theme:
repo_url: https://github.com/SSDataLab/tess-locator
15
plugins:
16
- - mkdocstrings
+ - mkdocstrings:
17
+ watch:
18
+ - src/tess_locator
19
+ handlers:
20
+ python:
21
+ selection:
22
+ docstring_style: "numpy"
23
24
markdown_extensions:
25
- pymdownx.highlight # necessary for syntax highlighting
0 commit comments