From 3240639b955b21914decf6d9af13c823946f6e69 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 30 Aug 2024 17:12:43 -0400 Subject: [PATCH] [docs] Reformatted README --- README.rst | 65 ++++++++++++++++++++++++++++---------------------- pyproject.toml | 2 +- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/README.rst b/README.rst index cbfbc911..403d5b0f 100644 --- a/README.rst +++ b/README.rst @@ -2,49 +2,56 @@ openwisp-radius =============== .. image:: https://github.com/openwisp/openwisp-radius/workflows/OpenWISP%20Radius%20CI%20Build/badge.svg?branch=master - :target: https://github.com/openwisp/openwisp-radius/actions?query=workflow%3A%22OpenWISP+Radius+CI+Build%22 - :alt: CI build status + :target: https://github.com/openwisp/openwisp-radius/actions?query=workflow%3A%22OpenWISP+Radius+CI+Build%22 + :alt: CI build status .. image:: https://coveralls.io/repos/github/openwisp/openwisp-radius/badge.svg?branch=master - :target: https://coveralls.io/github/openwisp/openwisp-radius?branch=master - :alt: Test Coverage + :target: https://coveralls.io/github/openwisp/openwisp-radius?branch=master + :alt: Test Coverage .. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-radius - :target: https://libraries.io/github/openwisp/openwisp-radius#repository_dependencies - :alt: Dependency monitoring + :target: https://libraries.io/github/openwisp/openwisp-radius#repository_dependencies + :alt: Dependency monitoring .. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg - :target: https://gitter.im/openwisp/general - :alt: Chat + :target: https://gitter.im/openwisp/general + :alt: Chat .. image:: https://badge.fury.io/py/openwisp-radius.svg - :target: http://badge.fury.io/py/openwisp-radius - :alt: Pypi Version + :target: http://badge.fury.io/py/openwisp-radius + :alt: Pypi Version .. image:: https://pepy.tech/badge/openwisp-radius - :target: https://pepy.tech/project/openwisp-radius - :alt: Downloads + :target: https://pepy.tech/project/openwisp-radius + :alt: Downloads .. image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://pypi.org/project/black/ - :alt: code style: black + :target: https://pypi.org/project/black/ + :alt: code style: black --- -**Need a quick overview?** `Try the OpenWISP Demo `_. - -**OpenWISP RADIUS** provides a web interface to a `freeradius `_ database, -a rich `REST HTTP API `_ -and features like -`user self registration `_, -`SMS verification `_, -`import of users from CSV files `_, -`generation of new users for events `_, -`social login `_, -and much more. - -It can be used as a standalone application or integrated with the rest of `OpenWISP `_. -It can also be used as a `base system or framework on top of which custom tailored solutions can be built +**Need a quick overview?** `Try the OpenWISP Demo +`_. + +**OpenWISP RADIUS** provides a web interface to a `freeradius +`_ database, a rich `REST HTTP API +`_ and features +like `user self registration +`_, `SMS +verification +`_, +`import of users from CSV files +`_, +`generation of new users for events +`_, +`social login +`_, and much +more. + +It can be used as a standalone application or integrated with the rest of +`OpenWISP `_. It can also be used as a `base system +or framework on top of which custom tailored solutions can be built `_. Documentation @@ -78,4 +85,4 @@ Support See `OpenWISP Support Channels `_. .. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg - :target: http://openwisp.org + :target: http://openwisp.org diff --git a/pyproject.toml b/pyproject.toml index 6c773df5..27522675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ omit = [ ] [tool.docstrfmt] -extend_exclude = ["**/*.py", "README.rst"] +extend_exclude = ["**/*.py"] [tool.isort] known_third_party = ["django"]