From 2c7538f9b6dd5db3dfd407c7446fdf80f0732261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 2 Jan 2023 01:00:02 +0100 Subject: [PATCH] fixed index --- docs/index.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 1baf9428..40e98a1d 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 -- GitLab