-
Notifications
You must be signed in to change notification settings - Fork 0
/
pydoc-markdown.yml
87 lines (80 loc) · 3.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
loaders:
- type: python
search_path: [ src ]
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: readme.md
- title: Changelog
name: changelog
source: docs/changelog.md
- title: Build
name: build
source: docs/build.md
- title: DSL
name: dsl
source: docs/dsl.md
- title: API Documentation (Core)
children:
- title: craftr.core.actions
contents: [ craftr.core.actions, craftr.core.actions.* ]
- title: craftr.core.configurable
contents: [ craftr.core.configurable, craftr.core.configurable.* ]
- title: craftr.core.context
contents: [ craftr.core.context, craftr.core.context.* ]
- title: craftr.core.error
contents: [ craftr.core.error, craftr.core.error.* ]
- title: craftr.core.executor
contents: [ craftr.core.executor, craftr.core.executor.* ]
- title: craftr.core.plugin
contents: [ craftr.core.plugin, craftr.core.plugin.* ]
- title: craftr.core.project
contents: [ craftr.core.project, craftr.core.project.* ]
- title: craftr.core.property
contents: [ craftr.core.property, craftr.core.property.* ]
- title: craftr.core.settings
contents: [ craftr.core.settings, craftr.core.settings.* ]
- title: craftr.core.task
contents: [ craftr.core.task, craftr.core.task.* ]
- title: craftr.core.util
contents: [ craftr.core.util, craftr.core.util.* ]
- title: API Documentation (Build)
children:
- title: craftr.build.loader
contents: [ craftr.build.loader, craftr.build.loader.* ]
- title: craftr.build.lib.interfaces.native
contents: [ craftr.build.lib.interfaces.native, craftr.build.lib.interfaces.native.* ]
- title: craftr.build.lib.helpers
contents: [ craftr.build.lib.helpers, craftr.build.lib.helpers.* ]
- title: Plugins
children:
- title: craftr.build.plugins.cxx
contents: [ craftr.build.plugins.cxx, craftr.build.plugins.cxx.* ]
- title: craftr.build.plugins.haskell
contents: [ craftr.build.plugins.haskell, craftr.build.plugins.haskell.* ]
- title: craftr.build.plugins.ocaml
contents: [ craftr.build.plugins.ocaml, craftr.build.plugins.ocaml.* ]
- title: craftr.build.plugins.processor
contents: [ craftr.build.plugins.processor, craftr.build.plugins.processor.* ]
- title: craftr.build.plugins.run
contents: [ craftr.build.plugins.run, craftr.build.plugins.run.* ]
- title: API Documentation (DSL)
children:
- title: craftr.dsl
contents: [ craftr.dsl, craftr.dsl.execute ]
- title: craftr.dsl.rewrite
contents: [ craftr.dsl.rewrite, craftr.dsl.rewrite.Grammar, craftr.dsl.rewrite.SyntaxError, craftr.dsl.rewrite.RewriteResult, craftr.dsl.rewrite.Rewriter* ]
- title: craftr.dsl.runtime
contents: [ craftr.dsl.runtime, craftr.dsl.runtime.* ]
- title: craftr.dsl.transpiler
contents: [ craftr.dsl.transpiler, craftr.dsl.transpiler.* ]
mkdocs_config:
site_name: craftr-core
theme: readthedocs
repo_url: https://github.com/craftr-build/craftr-core