Browse Source

Working on landing page changes

master
Drew Short 5 years ago
parent
commit
53ecf8d82b
  1. 2
      server/documentation/api/index.rst
  2. 12
      server/documentation/introduction.rst

2
server/documentation/api/index.rst

@ -7,3 +7,5 @@ Corvus API documentation
authentication
user
API documentation for the modules

12
server/documentation/introduction.rst

@ -1,4 +1,14 @@
Introduction To Corvus
========================
TODO
Corvus is the scaffolding for python web services. Among the things it offers are the following:
* Management CLI for working with users
* Prebuilt auth framework with roles and tokens
* Hierarchical role models
* Stong testing foundation
* Strong code formatting testing foundation
* PipEnv scaffold for ensuring reproducable builds
* Prebuilt docker environments for runtime
* Pythonenv integration
* Lightweight Flask backend
Loading…
Cancel
Save