toastdriven / itty3

The itty-bitty Python web framework... **Now Rewritten For Python 3!**

Home Page:https://itty3.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More Docs

toastdriven opened this issue · comments

Problem

Right now, the only real docs are the Tutorial & the auto-generated API Documentation. At a minimum, we should add guides for:

  • Deploying itty3 to a production environment
  • Extending the built-in itty3 classes
  • How to troubleshoot when things aren't working

There are already stubs for these, they just need to be expanded upon.

Setup

Python version: 3.7.4
itty3 version (itty3.get_version(full=True)): 1.0.0-alpha-2
OS: All
Any other libraries/setup: N/A

Deployment docs added in SHA: 0b26dc2

Troubleshooting docs added in SHA: 993e1a7

Extending docs added in SHA: f57b104

Closing, as this covers the initial list of desired docs.