diff --git a/docs/index.rst b/docs/index.rst index 1baf94281037b357ac2541a3ffacb8825a5f1b72..40e98a1d620d5a1cea5b181656f9eb8391e6b742 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,21 @@ Welcome to satella's documentation! =================================== -Visit the project's page at GitHub_! + +Satella is an almost-zero-requirements Python 3.5+ library for writing +server applications. It has arisen out of my requirements to have some classes or design patterns handy, and kinda +wish-they-were-in-the-stdlib ones. especially those dealing with mundane but useful things. It also runs on PyPy, and +most of it runs on Windows (the part not dealing with forking processes, you see). + +It's basically the stuff-I-wish-was-inside-Python-library of piotrmaslanka_. + +.. _piotrmaslanka: https://github.com/piotrmaslanka + +Satella uses semantic_ versioning 2.0 for your convenience. + +.. _semantic: https://semver.org/spec/v2.0.0.html + +I believe you've already covered project's primary README at GitHub_. If not, please indulge. .. _GitHub: https://github.com/piotrmaslanka/satella