forked from pradyunsg/furo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework the documentation skeleton + adopt myst
- Loading branch information
Showing
25 changed files
with
138 additions
and
74 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,10 @@ | ||
--- | ||
hide-toc: true | ||
--- | ||
|
||
|
||
# Changelog | ||
|
||
## unreleased | ||
|
||
Initial release. |
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 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,9 @@ | ||
# Customisation | ||
|
||
TODO: provide information about: | ||
|
||
- how the entire theme is designed with CSS variables and how to override them | ||
- via `css_variables` in conf.py (recommended, if you're not adding more CSS) | ||
- custom CSS files | ||
- how `basic` theme's variables can be set but won't do s*** | ||
- and finally, go read references for specific elements! |
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,20 @@ | ||
# Sphinx RTD Theme's Demo Documentation | ||
|
||
All the pages within this section are copied over straight from | ||
[Sphinx ReadTheDocs Theme]'s "DEMO DOCUMENTATION" section. | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
demo | ||
lists_tables | ||
api | ||
long | ||
structure | ||
``` | ||
|
||
Huge shoutout to everyone who's worked on `sphinx-rtd-theme`, since it was | ||
an absolutely essential reference for how to do things well. | ||
|
||
The folks at ReadTheDocs are doing really important work. [TODO: say something about how ethical ads as awesome, and call-to-action pointing to RTD's sustainability page] | ||
|
||
[Sphinx ReadTheDocs Theme]: https://sphinx-rtd-theme.readthedocs.io/en/stable/ |
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,13 @@ | ||
# Design Goals | ||
|
||
TODO: Write this. | ||
|
||
- why I wrote this. | ||
- good navigational capabilities in sidebar | ||
- "content in the middle" three-column layout | ||
- inspired by justthedocs and mkdocs-material | ||
- what were the guiding ideas? | ||
- content is the focus | ||
- more stuff is not more good | ||
- graceful degradation | ||
- no need to look the same everywhere |
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,7 @@ | ||
# Getting Started | ||
|
||
TODO: write this | ||
|
||
- 5-sentence overview of development workflow. | ||
- how to get set up (if you have Python and Node setup). | ||
- what the various nox commands are. |
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,17 @@ | ||
# Development | ||
|
||
TODO: write a welcome message and describe how this section of the | ||
documentation is layed out. | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
getting-started | ||
internals | ||
design-goals | ||
``` | ||
|
||
TODO: provide information about: | ||
|
||
- CoC | ||
- @pradyunsg is the BDFL. | ||
- open to making changes? Yes, even drastic ones if there's a strong case. |
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 @@ | ||
# Internals | ||
|
||
TODO: This page will provide an overview of the "internals" of the development process. | ||
|
||
- How the repository is layed out. | ||
- How the theme is built, for development and for release. | ||
- How all the code-supported components work. | ||
- CSS variables | ||
- Navigation | ||
- Contents | ||
- Tables + Code backgrounds |
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,19 @@ | ||
# Home | ||
|
||
See `_templates/layouts/home.html` for the actual homepage HTML. This file only serves to provide the correct toctree to Sphinx. | ||
|
||
```{toctree} | ||
quickstart | ||
customisation | ||
reference/index | ||
development/index | ||
changelog | ||
license | ||
``` | ||
|
||
```{toctree} | ||
:caption: Kitchen Sink | ||
GitHub Repository <https://github.com/pradyunsg/mawek> | ||
demo/index | ||
``` |
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
# Quickstart | ||
|
||
TODO: I still need to write this. |
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,3 @@ | ||
# Admonitions | ||
|
||
TODO: provides a reference to how to customize the admonitions, and how to add custom admonitions. |
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,3 @@ | ||
# Colors | ||
|
||
TODO: provides a reference to how to customize the colors for various things. |
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,3 @@ | ||
# Fonts | ||
|
||
TODO: provides a reference to how to customize the fonts (--font-size) and friends. |
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,12 @@ | ||
# Reference | ||
|
||
```{toctree} | ||
:caption: Reference for various elements | ||
:maxdepth: 1 | ||
admonitions | ||
colors | ||
fonts | ||
nav-sidebar | ||
toc-sidebar | ||
``` |
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,3 @@ | ||
# Navigation Sidebar | ||
|
||
TODO: provides a reference to how to customize the sidebar and it's contents. |
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,3 @@ | ||
# Contents Sidebar | ||
|
||
TODO: provides a reference to how to customize the sidebar and it's contents. |
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