Skip to content

Commit 4ab1854

Browse files
committed
Add package documentation page
1 parent 2a76f24 commit 4ab1854

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

_data/navigation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ main:
1919
# - title: "Sitemap"
2020
# url: /sitemap/
2121
- title: "Code Download"
22-
url: /code/
22+
url: /code/
23+
- title: "Package Docs"
24+
url: /docs/

_pages/package-docs.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: single
3+
title: "Package Documentation"
4+
permalink: /docs/
5+
author_profile: true
6+
---
7+
8+
This page collects links to documentation for the packages I maintain. When available, documentation is hosted online. Otherwise it will be stored directly in this repository.
9+
10+
## Packages
11+
12+
- [**frontmatter**]({{ '/docs/frontmatter/' | relative_url }})
13+
14+
---
15+
16+
Feel free to reach out at [[email protected]](mailto:[email protected]) for professional enquiries or [[email protected]](mailto:[email protected]) for personal matters. My ORCID is [0009-0001-2022-7072](https://orcid.org/0009-0001-2022-7072) and I’m affiliated with **ESMAD - Instituto Politécnico do Porto**.

docs/frontmatter/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: single
3+
title: "frontmatter package"
4+
parent: Package Documentation
5+
nav_order: 1
6+
---
7+
8+
Detailed documentation for the **frontmatter** Python package will be provided here.

0 commit comments

Comments
 (0)