@@ -22,9 +22,6 @@ data = RVData('filename.txt', skip=1)
22
22
::: kima.Data.RVData
23
23
handler: python
24
24
options:
25
- show_signature_annotations: false
26
- members_order: source
27
- heading_level: 5
28
25
filters:
29
26
- "!__"
30
27
- "__init__"
@@ -46,9 +43,6 @@ model = RVmodel(fix=False, npmax=2, data=data)
46
43
::: kima.RVmodel
47
44
handler: python
48
45
options:
49
- docstring_style: "google"
50
- heading_level: 5
51
- merge_init_into_class: true
52
46
filters:
53
47
- "!RVConditionalPrior"
54
48
- "!TRANSITConditionalPrior"
@@ -61,7 +55,6 @@ model = RVmodel(fix=False, npmax=2, data=data)
61
55
::: kima.GPmodel
62
56
handler: python
63
57
options:
64
- heading_level: 5
65
58
filters:
66
59
- "!RVConditionalPrior"
67
60
- "!TRANSITConditionalPrior"
@@ -73,7 +66,6 @@ model = RVmodel(fix=False, npmax=2, data=data)
73
66
::: kima.RVFWHMmodel
74
67
handler: python
75
68
options:
76
- heading_level: 5
77
69
filters:
78
70
- "!RVConditionalPrior"
79
71
- "!TRANSITConditionalPrior"
@@ -85,7 +77,6 @@ model = RVmodel(fix=False, npmax=2, data=data)
85
77
::: kima.BINARIESmodel
86
78
handler: python
87
79
options:
88
- heading_level: 5
89
80
filters:
90
81
- "!RVConditionalPrior"
91
82
- "!TRANSITConditionalPrior"
@@ -157,38 +148,19 @@ parameter_prior = distributions.Gaussian(10, 1)
157
148
- "!upper"
158
149
- "!__" -->
159
150
160
- <!--
161
- show_docstring_functions
162
- show_docstring_modules
163
- show_docstring_examples
164
- show_docstring_raises
165
- show_docstring_receives
166
- show_docstring_returns
167
- show_docstring_warns
168
- show_docstring_yields
169
- -->
170
- <!-- show_root_toc_entry: true
171
- show_docstring_description: false
172
- show_docstring_attributes: false
173
-
174
- show_properties: false
175
- heading_level: 4
176
- -->
177
-
178
- ???+ example "` kima.distributions ` API"
151
+
152
+ ??? example "` kima.distributions ` API"
179
153
180
154
::: kima.distributions
181
155
handler: python
182
156
options:
183
157
show_root_heading: false
184
- show_root_toc_entry: false
185
158
show_bases: false
186
- show_labels: true
187
- heading_level: 6
188
159
filters:
189
160
- "!__"
190
161
- "!Distribution"
191
162
163
+ ### Keplerian
192
164
193
165
Finally, even though it sits at the core of what ** kima** does,
194
166
there is the [ keplerian] [ kima.kepler.keplerian ] function:
0 commit comments