2016-10-02 10:08:37 +00:00
|
|
|
Development
|
|
|
|
===========
|
|
|
|
|
|
|
|
Help is more than welcome to extend this library. Please see the following resources.
|
|
|
|
|
2018-08-11 19:32:44 +00:00
|
|
|
* `Source code repo <https://git.feneas.org/jaywink/federation>`_
|
|
|
|
* `Issue tracker <https://git.feneas.org/jaywink/federation/issues>`_
|
|
|
|
* `Kanban board <https://git.feneas.org/jaywink/federation/boards>`_
|
2016-10-02 10:08:37 +00:00
|
|
|
|
|
|
|
Environment setup
|
|
|
|
-----------------
|
|
|
|
|
2018-07-23 16:21:58 +00:00
|
|
|
Once you have your (Python 3.6+) virtualenv set up, install the development requirements::
|
2016-10-02 10:08:37 +00:00
|
|
|
|
|
|
|
pip install -r dev-requirements.txt
|
|
|
|
|
|
|
|
Running tests
|
|
|
|
-------------
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
py.test
|
|
|
|
|
|
|
|
Building local documentation
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
cd docs
|
|
|
|
make html
|
|
|
|
|
2017-07-05 17:08:24 +00:00
|
|
|
Built documentation is available at ``docs/_build/html/index.html``.
|
|
|
|
|
2016-10-02 10:08:37 +00:00
|
|
|
Contact for help
|
|
|
|
----------------
|
|
|
|
|
2019-10-05 22:57:24 +00:00
|
|
|
Easiest via Matrix on room ``#socialhome:feneas.org``. There is a bridged
|
|
|
|
Freenode channel as well found at ``#socialhome``.
|
2016-10-02 10:08:37 +00:00
|
|
|
|
|
|
|
You can also ask questions or give feedback via issues.
|