-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
83 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file was deleted.
Oops, something went wrong.