-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpydoc-markdown.yml
67 lines (62 loc) · 1.48 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
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: EPSGlide
contents:
- epsglide.ProjectedCoordRefSystem*
- epsglide.distance
- epsglide.destination
- epsglide.to_crs
- epsglide.to_wgs84
- title: Geodesy
contents:
- epsglide.geodesy*
- title: Dataset
contents:
- epsglide.dataset.*
# - epsglide.dataset.Ellipsoid*
# - epsglide.dataset.GeodeticCoordRefSystem*
- title: C code
contents:
- epsglide.src*
markdown:
use_fixed_header_levels: true
header_level_by_type:
Module: 1
Class: 2
Method: 3
Function: 2
Data: 4
add_module_prefix: true
add_method_class_prefix: true
add_member_class_prefix: true
descriptive_module_title: true
mkdocs_config:
site_name: The EPSGlide Project
repo_url: https://github.com/Moustikitos/python-epsg
repo_name: GitHub
copyright: Copyright © 2024 THOORENS Bruno - BSD licence
extra_css:
- style.css
theme:
name: mkdocs
nav_style: light
highlightjs: true
hljs_languages:
- python
markdown_extensions:
- smarty
- def_list
- pymdownx.tasklist:
custom_checkbox: false