From 86ab223a30e6fbd99e5c593277ea26314e9c3e61 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 5 Nov 2020 18:09:12 +0100 Subject: [PATCH] Switch all doc to rst format --- README.md | 17 ----------------- README.rst | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index db4eb70..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# pEpPythonAdapter - -Python adapter for the [pEpEngine](https://pep.foundation/dev/repos/pEpEngine/) - -## Documentation - -See documentation in the `docs` directory. - -## Issues - -If you are not pEp internal, please send a mail to: heck@pep.foundation - -If you are pEp internal, please open a ticket in our [bugtracker](https://pep.foundation/jira/projects/PYADPT/) and for any questions, you are always welome on #adapter. - -## License - -GPLv3 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e7186be --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +pEpPythonAdapter +================ +Python adapter for the [pEpEngine](https://pep.foundation/dev/repos/pEpEngine/) + + +Documentation +------------- +Please find the documentation in the ``docs`` directory. + + +Issues +------ +If you are not pEp internal, please send a mail to: heck@pep.foundation + +If you are pEp internal, please open a ticket in our `jira bugtracker `_. + + +License +------- +|GNU AFFERO GENERAL PUBLIC LICENSE +|Version 3, 19 November 2007 +|See LICENSE.txt