You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just all sorts of ongoing thoughts & updates re Toolio docs. I picked MkDocs for its simplicity & markdown friendliness. I'll start with the initial setup.
Changed to my Toolio github checkout and In the virtual env I use for Toolio dev:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just all sorts of ongoing thoughts & updates re Toolio docs. I picked MkDocs for its simplicity & markdown friendliness. I'll start with the initial setup.
Changed to my Toolio github checkout and In the virtual env I use for Toolio dev:
pip install mkdocs pip install mkdocs-material mkdocs new . mv docs doc
Had to update
mkdocs.yml
.docs_dir
because I was using the non-default dir, and then I just touched up a few other bits.Local preview of docs (starts a dev server for doc at http://127.0.0.1:8888/):
Started by just copying the contents of README to an initial page.
Started fleshing things out from there.
Beta Was this translation helpful? Give feedback.
All reactions