From 53ecf8d82b4edf784617a013c4f4638ce06c3fba Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 7 Oct 2019 22:44:03 -0500 Subject: [PATCH] Working on landing page changes --- server/documentation/api/index.rst | 2 ++ server/documentation/introduction.rst | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/server/documentation/api/index.rst b/server/documentation/api/index.rst index 7d84fc9..2a1a1a1 100644 --- a/server/documentation/api/index.rst +++ b/server/documentation/api/index.rst @@ -7,3 +7,5 @@ Corvus API documentation authentication user + +API documentation for the modules \ No newline at end of file diff --git a/server/documentation/introduction.rst b/server/documentation/introduction.rst index cc56aa3..178efad 100644 --- a/server/documentation/introduction.rst +++ b/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