-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
50 lines (47 loc) · 1.24 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
project:
type: website
website:
title: "`census21api`"
navbar:
border: false
background: light
foreground: dark
left:
- href: index.qmd
text: About
- href: docs/tutorials/index.qmd
text: Tutorials
- href: docs/how-to-guides/index.qmd
text: How-to guides
- href: docs/reference/index.qmd
text: Reference
right:
- icon: github
menu:
- text: Source code
url: https://github.com/datasciencecampus/census21api
- text: Open an issue
url: https://github.com/datasciencecampus/census21api/issues
page-footer:
left: >
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.
center: >
Built using [Quarto](https://quarto.org/) and
[Diátaxis](https://diataxis.fr/).
format:
html:
mainfont: Arial
theme: flatly
lang: en-GB
quartodoc:
title: API reference
package: census21api
dir: docs/reference/api
sections:
- title: CensusAPI
desc: Core class for connecting to the Census API
package: census21api.wrapper
contents:
- CensusAPI