Skip to content

Commit

Permalink
Add prefix to docs subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Oct 12, 2024
1 parent 9a7eded commit c505b30
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 10 deletions.
10 changes: 7 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Guidelines and Maintenance Documentation

We use [Sphinx](https://www.sphinx-doc.org/) as documentation builder with the [furo](https://github.com/pradyunsg/furo) theme and [MySt](https://mystmd.org/) to support extended markdown.
We use [Sphinx](https://www.sphinx-doc.org/) as documentation builder with the [furo](https://github.com/pradyunsg/furo) theme
and [MySt](https://mystmd.org/) to support extended markdown.

To get an overview about the styling features supported visit the [furo theme documentation](https://pradyunsg.me/furo/kitchen-sink/).
Another source is the great [Executable Books](https://executablebooks.org/en/latest/) project which is also built upon Sphinx.
To get an overview about the styling features supported visit the [furo theme documentation](https://pradyunsg.me/furo/kitchen-sink/)
or the [MyST authoring documentation](https://mystmd.org/guide/typography).

You may wonder why the sub-folders here have a `docs_` prefix.
This is to clearly distinguish them from the pyLODE-vocabulary documentation after deployment to gh-pages.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

```{todo}
Move and merge documentation on contribution process from [readme](https://github.com/nfdi4cat/voc4cat/blob/main/README.md)
and {ref}`guidelines-v2.0 <usage/published-guidelines-v2:5. contribution step-by-step guide>` here.
and {ref}`guidelines-v2.0 <docs_usage/published-guidelines-v2:5. contribution step-by-step guide>` here.
```
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,31 +82,31 @@ For example, the compact URI of `https://w3id.org/nfdi4cat/voc4cat_0005001` is `
:hidden:
Overview <self>
GitHub page <https://github.com/nfdi4cat/voc4cat>
About <usage/about>
About <docs_usage/about>
```

```{toctree}
:caption: For Users
:hidden:
:maxdepth: 2
usage/how-to-use
usage/how-to-contribute
usage/guidelines
docs_usage/how-to-use
docs_usage/how-to-contribute
docs_usage/guidelines
```

```{toctree}
:caption: For Maintainers
:glob:
:hidden:
maintenance/*
docs_maintenance/*
```

```{toctree}
:caption: Guidelines (V2.0)
:hidden:
:maxdepth: 3
All-in-one-page (as published) <usage/published-guidelines-v2>
All-in-one-page (as published) <docs_usage/published-guidelines-v2>
```

0 comments on commit c505b30

Please sign in to comment.