-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
47 lines (44 loc) · 2.03 KB
/
mkdocs.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
site_name: pydelling documentation
theme:
features:
- navigation.sections
- navigation.expand
name: material
palette:
primary: red
nav:
- "Getting started": docs-getting_started.md
- "Usage examples": docs-usage.md
- "Interpolation":
- "Sparse interpolator": interpolation/docs-paraview-filters-append_arc_length.md
- "KDE estimator": interpolation/docs-interpolation-kde.md
- "Preprocessing":
- "Dfn Preprocessor": preprocessing/docs-preprocessing-dfn_preprocessor.md
- "Dfn Upscaler": preprocessing/docs-preprocessing-dfn_upscaler.md
- "Mesh preprocessor": preprocessing/docs-preprocessing-mesh_preprocessor.md
- "Utilities":
- "Geometry operations": utilities/docs-utilities-geometry.md
- "General utilities": utilities/docs-utilities-general.md
- "Readers":
- "Centroid reader": readers/docs-readers-centroid.md
- "ConnectFlow reader": readers/docs-readers-connectflow.md
- "FEM reader": readers/docs-readers-fem.md
- "OpenFOAM reader": readers/docs-readers-openfoam.md
- "PFLOTRAN observation point reader": readers/docs-readers-pflotran_observation_point.md
- "Writers":
- "PFLOTRAN HDF5 centroid writer": writers/docs-writers-pflotran_hdf5_centroid.md
- "PFLOTRAN HDF5 raster writer": writers/docs-writers-pflotran_hdf5_raster.md
- "OpenFOAM variable writer": writers/docs-writers-openfoam_variable.md
- "Paraview processor":
- "Filters":
- "AppendArcLength": paraview_processor/docs-paraview-filters-append_arc_length.md
- "Calculator": paraview_processor/docs-paraview-filters-calculator.md
- "CellDataToPointData": paraview_processor/docs-paraview-filters-cell_data_to_point_data.md
- "Clip": paraview_processor/docs-paraview-filters-clip.md
- "StreamTracerWithCustomSource": paraview_processor/docs-paraview-filters-stream_tracer_with_custom_source.md
plugins:
- mkdocstrings:
default_handler: python
- search
repo_url: https://github.com/aitirga/edusheets
repo_name: GitHub repository