Skip to content

Commit

Permalink
Converted structure to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jan 2, 2024
1 parent d1c9266 commit e1ad99c
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 78 deletions.
15 changes: 15 additions & 0 deletions docs/explanations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
orphan: true
---

# Explanations

Explanations of how it works and why it works that way.

```{toctree}
:maxdepth: 1
explanations/technical-terms
explanations/why-stack-frames
explanations/why-squash-can-change-path
```
13 changes: 0 additions & 13 deletions docs/explanations.rst

This file was deleted.

14 changes: 14 additions & 0 deletions docs/how-to.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
orphan: true
---

# How-to Guides

Practical step-by-step guides for the more experienced user.

```{toctree}
:maxdepth: 1
how-to/iterate-a-spec
how-to/serialize-a-spec
```
12 changes: 0 additions & 12 deletions docs/how-to.rst

This file was deleted.

45 changes: 24 additions & 21 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
html_theme.sidebar_secondary.remove: true
---

```{include} ../README.md
:end-before: <!-- README only content
```
Expand All @@ -16,41 +20,40 @@ top bar.
::::{grid} 2
:gutter: 4

:::{grid-item-card} {material-regular}`directions_walk;2em` Tutorials
:link: tutorials
:link-type: doc
:::{grid-item-card} {material-regular}`directions_walk;2em`
```{toctree}
:maxdepth: 2
tutorials
```
Tutorials for installation and typical usage. New users start here.
:::

:::{grid-item-card} {material-regular}`directions;2em` How-to Guides
:link: how-to
:link-type: doc
:::{grid-item-card} {material-regular}`directions;2em`
```{toctree}
:maxdepth: 2
how-to
```
Practical step-by-step guides for the more experienced user.
:::

:::{grid-item-card} {material-regular}`info;2em` Explanations
:link: explanations
:link-type: doc
:::{grid-item-card} {material-regular}`info;2em`
```{toctree}
:maxdepth: 2
explanations
```
Explanations of how it works and why it works that way.
:::

:::{grid-item-card} {material-regular}`menu_book;2em` Reference
:link: reference
:link-type: doc
:::{grid-item-card} {material-regular}`menu_book;2em`
```{toctree}
:maxdepth: 2
reference
```
Technical reference material including APIs and release notes.
:::

::::

```{toctree}
:hidden:
tutorials
how-to
explanations
reference
```
19 changes: 19 additions & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
orphan: true
---

# Reference

Technical reference material including APIs and release notes.

```{toctree}
:maxdepth: 1
reference/api
reference/rest_api
reference/contributing
Index <genindex.html#http://>
```

% Index link above is a hack to make genindex.html a relative link
% https://stackoverflow.com/a/31820846
19 changes: 0 additions & 19 deletions docs/reference.rst

This file was deleted.

11 changes: 11 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Tutorials

Tutorials for installation and typical usage. New users start here.

```{toctree}
:maxdepth: 1
tutorials/installation
tutorials/creating-a-spec
tutorials/rest-service
```
13 changes: 0 additions & 13 deletions docs/tutorials.rst

This file was deleted.

0 comments on commit e1ad99c

Please sign in to comment.