-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpydoc-markdown.yml
40 lines (40 loc) · 1016 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
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: README.md
- title: Getting started
source: doc/getstart.md
- title: Operations
source: doc/operations.md
- title: Code
contents:
- pyTruthTable.*
- title: Contributing
source: CONTRIBUTING.md
- title: License
source: LICENSE
mkdocs_config:
site_name: pyTruthTable
repo_name: leomariga/pyTruthTable
repo_url: https://github.com/leomariga/pyTruthTable
theme:
logo: "https://raw.githubusercontent.com/leomariga/pyTruthTable/master/doc/icon_white.png"
favicon: "https://raw.githubusercontent.com/leomariga/pyTruthTable/master/doc/icon_black.png"
name: material
palette:
primary: black
accent: black
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true