To-Do List¶
Using sphinx.ext.todo (link), you can add a todo admonition to any page to mark something for the to-do list.
The List¶
The list below sources any todo items during the build process.
/cookbooks/debian/caddy.md
Todo
Add an example Caddyfile for basic reverse proxy needs
(The original entry is located in /f13-handbook/source/cookbooks/debian/caddy.md, line 38.)
/meta/icons.md
Todo
Build out this section so that the rst components don’t accidentally get parsed.
Probably something to do with code fences using colons?
(The original entry is located in /f13-handbook/source/meta/icons.md, line 19.)
/meta/links.md
Todo
Build out this page
(The original entry is located in /f13-handbook/source/meta/links.md, line 2.)
/techdocs/apps/bytestash.md
Todo
This page can be improved/fleshed out.
(The original entry is located in /f13-handbook/source/techdocs/apps/bytestash.md, line 10.)
Contributions Welcome!¶
Your contributions to this site are welcomed! If you’d like to help with one of these todo items, click the original entry link below the item to go to the original page containing the todo. Then click the Edit this page link in the right column to go to the Git source for this site.
Creating a todo item¶
To create a new todo item to add to this list, add the following admonition to the page:
example.md¶:::{todo}
Put whatever you want to *do* here. Notes, links, anything else!
:::