-
Notifications
You must be signed in to change notification settings - Fork 73
/
pydoc-markdown.yml
60 lines (60 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
58
59
60
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: README.md
- title: API Documentation
children:
- title: Plane
contents:
- pyransac3d.plane.*
- title: Cuboid
contents:
- pyransac3d.cuboid.*
- title: Cylinder
contents:
- pyransac3d.cylinder.*
- title: Sphere
contents:
- pyransac3d.sphere.*
- title: Line
contents:
- pyransac3d.line.*
- title: Circle
contents:
- pyransac3d.circle.*
- title: Point
contents:
- pyransac3d.point.*
- title: Auxiliary
contents:
- pyransac3d.aux_functions.*
- title: Contributing
source: CONTRIBUTING.md
- title: License
source: LICENSE
mkdocs_config:
site_name: pyRANSAC-3D
repo_name: leomariga/pyRANSAC-3D
repo_url: https://github.com/leomariga/pyRANSAC-3D
theme:
logo: "https://raw.githubusercontent.com/leomariga/pyRANSAC-3D/master/doc/icon_white.png"
favicon: "https://raw.githubusercontent.com/leomariga/pyRANSAC-3D/master/doc/icon_black.png"
name: material
palette:
primary: brown
accent: brown
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite:
guess_lang: false
- toc:
permalink: true