-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpydoc-markdown.yml
58 lines (50 loc) · 1.44 KB
/
pydoc-markdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#@ def base_url():
#@ if env.READTHEDOCS:
#@ return "https://spock-instability.readthedocs.io/en/" + env.READTHEDOCS_VERSION + "/"
#@ else:
#@ return None
#@ end
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: hugo
markdown:
source_linker:
type: github
repo: dtamayo/spock
config:
baseURL: #@ base_url()
title: spock
theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
# The "book" theme only renders pages in "content/docs" into the nav.
build_directory: docs/build
content_directory: content/docs
default_preamble: {menu: main}
pages:
- title: Home
name: index
source: README.md
directory: '..'
- title: Getting started
name: getting-started
source: docs/start.md
preamble: {weight: 1}
- title: Feature Classifier API
contents:
- spock.featureclassifier.FeatureClassifier
- spock.featureclassifier.FeatureClassifier.*
- title: Nbody Regressor API
contents:
- spock.nbodyregressor.NbodyRegressor
- spock.nbodyregressor.NbodyRegressor.*
- title: Deep Regressor API
contents:
- spock.regression.DeepRegressor
- spock.regression.DeepRegressor.predict_instability_time
- spock.regression.DeepRegressor.predict_stable
- spock.regression.DeepRegressor.sample_instability_time
preamble: {weight: 2}