-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
52 lines (48 loc) · 1.77 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
48
49
50
51
52
site_name: hsclient
repo_name: hydroshare/hsclient
repo_url: https://github.com/hydroshare/hsclient
edit_uri: edit/master/docs/
theme: readthedocs
plugins:
- search
- autorefs:
resolve_closest: true
- mkdocstrings
- mknotebooks:
binder: true
binder_service_name: "gh"
binder_branch: "master"
binder_ui: "lab"
markdown_extensions:
- tables
- pymdownx.snippets
- codehilite
nav:
- Usage Examples:
- Basic Operations: examples/Basic_Operations.ipynb
- Aggregation Operations: examples/Aggregation_Operations.ipynb
- File Operations: examples/File_Operations.ipynb
- Metadata Operations: examples/Metadata_Operations.ipynb
- Aggregation Data Object Operations: examples/Aggregation_Data_Object_Operations.ipynb
- Developer Documentation:
- Models:
- Single File: metadata/SingleFile.md
- File Set: metadata/FileSet.md
- Geographic Feature: metadata/GeographicFeature.md
- Geographic Raster: metadata/GeographicRaster.md
- Multidimensional: metadata/Multidimensional.md
- Referenced Time Series: metadata/ReferencedTimeSeries.md
- Time Series: metadata/TimeSeries.md
- Model Program: metadata/ModelProgram.md
- Model Instance: metadata/ModelInstance.md
- CSV: metadata/CSV.md
- API:
- HydroShare: api/hydroshare.md
- Resource: api/resource.md
- File: api/file.md
- Aggregation: api/aggregation.md
- Multidimensional Aggregation: api/netcdf_aggregation.md
- Geographic Feature Aggregation: api/geo_feature_aggregation.md
- Geographic Raster Aggregation: api/geo_raster_aggregation.md
- Time Series Aggregation: api/time_series_aggregation.md
- CSV Aggregation: api/csv.md