Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc1d3de

Browse files
committed
Separate pages for most classes in the API docs
1 parent 63212ee commit cc1d3de

File tree

3 files changed

+35
-21
lines changed

3 files changed

+35
-21
lines changed

docs/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
/.quarto/
2+
/_site/
3+
/api/
4+
debug.log
5+
objects.json
6+
_sidebar.yml

docs/_quarto.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,23 @@ quartodoc:
3939
sidebar: "_sidebar.yml"
4040

4141
sections:
42-
- title: MIKE Core
42+
- title: Modules
4343
desc: ""
4444
contents:
45-
- DfsFile
46-
- DfsBuilder
47-
- DfsuFile
48-
- DfsuBuilder
49-
- MeshFile
50-
- MeshBuilder
51-
- Projections
45+
- name: DfsFile
46+
children: separate
47+
- name: DfsBuilder
48+
children: separate
49+
- name: DfsuFile
50+
children: separate
51+
- name: DfsuBuilder
52+
children: separate
53+
- name: MeshFile
54+
children: separate
55+
- name: MeshBuilder
56+
children: separate
57+
- name: Projections
58+
children: separate
5259
- eum
5360
- DfsDLL
5461

docs/index.qmd

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
toc: false
3+
format-links: falses
34
---
45

56

6-
# MIKE Core
7+
# MIKE Core for Python
8+
79
![](https://badge.fury.io/py/mikecore.svg)
810

911

@@ -14,31 +16,31 @@ toc: false
1416

1517
Using MIKE Core gives you the ability to build your own Python application using dfs files.
1618

17-
18-
## **It's just Python**
19-
20-
Low level access to read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
21-
22-
[**API Reference**](api/index.qmd)
23-
19+
Also available in a [**.NET/C# version**](http://docs.mikepoweredbydhi.com/core_libraries/core-libraries/)
2420
:::
2521

2622
::: {.g-col-6}
27-
2823
## **Associated packages**
29-
30-
See our higher level libraries **MIKE IO** and **MIKE IO 1D**.
24+
Most users will want to use our higher level libraries **MIKE IO** and **MIKE IO 1D**.
3125

3226
[**MIKE IO**](https://dhi.github.io/mikeio/)
3327
[**MIKE IO 1D**](https://dhi.github.io/mikeio1d/)
28+
:::
29+
30+
::: {.g-col-6}
31+
## **It's just Python**
32+
33+
Low level access to read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
3434

35+
[**API Reference**](api/index.qmd)
36+
:::
3537

38+
::: {.g-col-6}
3639
## **Open Source**
3740

38-
MIKE Core is licensed under BSD-3-Clause license and available on [GitHub](https://github.com/DHI/mikecore-python)
41+
MIKE Core is licensed under BSD-3-Clause license and is available on [GitHub](https://github.com/DHI/mikecore-python)
3942

4043
[**License**](license.qmd)
41-
4244
:::
4345

4446
:::

0 commit comments

Comments
 (0)