From a6948ad39e44ecc4caaad8ccb8c3044ab1db7139 Mon Sep 17 00:00:00 2001 From: energyls Date: Wed, 3 May 2023 10:36:54 +0200 Subject: [PATCH] docs: add support.rst and add to TOC --- doc/index.rst | 1 + doc/support.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 doc/support.rst diff --git a/doc/index.rst b/doc/index.rst index 743444dd..2d53cfb0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -276,4 +276,5 @@ The included ``.nc`` files are PyPSA network files which can be imported with Py licenses limitations contributing + support publications diff --git a/doc/support.rst b/doc/support.rst new file mode 100644 index 00000000..1cd39e35 --- /dev/null +++ b/doc/support.rst @@ -0,0 +1,10 @@ + +------- +Support +------- + +* In case of code-related **questions**, please post on `stack overflow `_. +* For non-programming related and more general questions please refer to the `mailing list `_. +* To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the [discord server](https://discord.gg/JTdvaEBb). +* For **bugs and feature requests**, please use the `issue tracker `_. +* We strongly welcome anyone interested in providing **contributions** to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on `Github `_. For further information on how to contribute, please refer to :ref:`contributing`. \ No newline at end of file