-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpydoc-markdown.yml
45 lines (45 loc) · 977 Bytes
/
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
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
output_directory: .
content_directory_name: docs
type: mkdocs
pages:
- title: Home
name: index
source: README.md
- title: API
contents:
- Gryd
- Gryd.names
- Gryd.Geocentric
- Gryd.Geodesic
- Gryd.Point*
- Gryd.Vincenty*
- Gryd.Dm*
- Gryd.Epsg*
- Gryd.Unit*
- Gryd.Prime*
- Gryd.Ellipsoid*
- Gryd.Datum*
- Gryd.Crs*
- title: Geodesy
contents:
- Gryd.geodesy*
- Gryd.geohash*
# - title: Grids
# contents:
# - Gryd.utm*
# - Gryd.mgrs*
# - Gryd.bng*
# - Gryd.ing*
mkdocs_config:
site_name: The Gryd Project
repo_url: https://github.com/Moustikitos/Gryd
repo_name: GitHub
copyright: Copyright © 2015-2021 THOORENS Bruno - BSD licence
theme: mkdocs