diff --git a/_data/navigation.yml b/_data/navigation.yml index 158f0dbb..ab598e32 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -19,4 +19,6 @@ main: # - title: "Sitemap" # url: /sitemap/ - title: "Code Download" - url: /code/ \ No newline at end of file + url: /code/ + - title: "Package Docs" + url: /docs/ diff --git a/_pages/package-docs.md b/_pages/package-docs.md new file mode 100644 index 00000000..a45cf297 --- /dev/null +++ b/_pages/package-docs.md @@ -0,0 +1,16 @@ +--- +layout: single +title: "Package Documentation" +permalink: /docs/ +author_profile: true +--- + +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. + +## Packages + +- [**frontmatter**]({{ '/docs/frontmatter/' | relative_url }}) + +--- + +Feel free to reach out at [dfr@esmad.ipp.pt](mailto:dfr@esmad.ipp.pt) for professional enquiries or [diogo.debastos.ribeiro@gmail.com](mailto:diogo.debastos.ribeiro@gmail.com) 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**. diff --git a/docs/frontmatter/index.md b/docs/frontmatter/index.md new file mode 100644 index 00000000..2e692c81 --- /dev/null +++ b/docs/frontmatter/index.md @@ -0,0 +1,8 @@ +--- +layout: single +title: "frontmatter package" +parent: Package Documentation +nav_order: 1 +--- + +Detailed documentation for the **frontmatter** Python package will be provided here.