-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (83 loc) · 2.29 KB
/
_quarto.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
88
project:
type: website
render:
- "index.qmd"
- "docs/"
- "!*.ipynb"
preview:
port: 1111
browser: true
watch-inputs: true
navigate: true
resources:
- "docs/_static/**"
website:
title: "Assess GTFS"
favicon: docs/_static/favicon.ico
navbar:
logo: docs/_static/assess-gtfs.png
left:
- href: docs/getting_started/index.qmd
text: Getting Started
- href: docs/explanation/index.qmd
text: Explanation
- href: docs/how_to/index.qmd
text: How-To
- href: docs/tutorials/index.qmd
text: Tutorials
- href: docs/reference/index.qmd
text: API Reference
right:
- icon: github
menu:
- text: Source code
url: https://github.com/datasciencecampus/assess_gtfs
- text: Open an issue
url: https://github.com/datasciencecampus/assess_gtfs/issues
page-footer:
left: >
These docs are built using [Quarto](https://quarto.org/), [quartodoc](https://machow.github.io/quartodoc/get-started/overview.html), and [Diátaxis](https://diataxis.fr/).
center: >
All content is available under the
[Open Government Licence V3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/),
except where otherwise stated.
right: >
<a href="https://datasciencecampus.ons.gov.uk/">
<img src="https://datasciencecampus.ons.gov.uk/wp-content/uploads/sites/10/2019/05/DSC.png" alt="Data Science Campus logo" style="height:22px;">
</a>
format:
html:
css: docs/_static/styles.css
mainfont: Arial
theme:
- flatly
- docs/_static/custom.scss
lang: en-GB
metadata-files:
- docs/_sidebar.yml
quartodoc:
title: API reference
package: assess-gtfs
dir: docs/reference
sidebar: docs/_sidebar.yml
sections:
- title: "`gtfs`"
desc: >
Modules for working with GTFS public transit schedule files.
package: assess_gtfs
contents:
- calendar
- cleaners
- gtfs_utils
- multi_validation
- routes
- validation
- validators
- title: "`utils`"
desc: >
Modules to handle common package utility functions.
package: assess_gtfs.utils
contents:
- defence
- io
jupyter: python3