diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 19:38:52 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 19:38:52 +0100 |
commit | 51eadcce7d60548469ecbf7f923f937c8a38af4c (patch) | |
tree | 47e294240f949c78a3dceeaea06b13c2e8a65932 | |
parent | fbb279eebcd6418f039276324786b231623a42ad (diff) |
Links to sourcehut in the README
-rw-r--r-- | README.rst | 25 | ||||
-rw-r--r-- | docs/source/index.rst | 7 |
2 files changed, 29 insertions, 3 deletions
@@ -53,6 +53,31 @@ lesana can be run in place from the git checkout / extracted tarball; to use ``setup.py`` you will also need setuptools (e.g. from the ``python3-setuptools`` package under debian and derivatives). +Contributing +------------ + +Lesana is `hosted on sourcehut <https://sr.ht/~valhalla/lesana>`_: + +* `bug tracker <https://todo.sr.ht/~valhalla/lesana>`_ +* `mailing lists <https://sr.ht/~valhalla/lesana/lists>`_ +* `git repository <https://sr.ht/~valhalla/lesana/sources>`_ +* `CI <https://builds.sr.ht/~valhalla/lesana>`_ + +Status Badges +------------- + +Packaging +^^^^^^^^^ + +.. image:: https://repology.org/badge/vertical-allrepos/lesana.svg + :target: https://repology.org/project/lesana/versions + +CI +^^ + +.. image:: https://builds.sr.ht/~valhalla/lesana.svg + :target: https://builds.sr.ht/~valhalla/lesana + License ------- diff --git a/docs/source/index.rst b/docs/source/index.rst index fad2d6a..a62fc1b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,6 +19,9 @@ available [#onion]_. The author can be contacted via email: webmaster AT trueelena DOT org. +Contents +-------- + .. toctree:: :maxdepth: 2 :caption: Contents: @@ -31,10 +34,8 @@ The author can be contacted via email: webmaster AT trueelena DOT org. reference/modules - - Indices and tables -================== +------------------ * :ref:`genindex` * :ref:`modindex` |