forked from Fluidize-Inc/fluidize-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (72 loc) · 2.07 KB
/
mkdocs.yml
File metadata and controls
75 lines (72 loc) · 2.07 KB
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
site_name: fluidize-python
repo_url: https://github.com/Fluidize-Inc/fluidize-python
site_url: https://Fluidize-Inc.github.io/fluidize-python
site_description: Python package for automatic generation of scientific computing software pipelines.
site_author: Henry Bae
edit_uri: edit/main/docs/
repo_name: Fluidize-Inc/fluidize-python
copyright: Maintained by <a href="https://fluidize.ai">Fluidize-Inc</a>.
nav:
- Home: index.md
- Getting Started:
- Quickstart: getting-started/quickstart.md
- Examples: getting-started/examples.md
- Core Modules:
- core-modules/index.md
- Client: core-modules/client.md
- Projects: core-modules/projects.md
- Graph: core-modules/graph.md
- Node: core-modules/node.md
- Run: core-modules/run.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["fluidize"]
options:
merge_init_into_class: true
show_signature: true
show_signature_annotations: true
members_order: source
docstring_style: google
filters:
- "!^_"
show_source: false
show_root_full_path: false
extra:
show_attributes: true
show_root_heading: true
theme:
name: material
features:
- tabs
- navigation.indexes
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Fluidize-Inc/fluidize-python
- icon: fontawesome/brands/python
link: https://pypi.org/project/fluidize-python
markdown_extensions:
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true