From aaf80bbef65c1b8cee9bdec512ab81f00e8329e1 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Jul 2017 09:21:12 +0200 Subject: add slack and mailing list --- Makefile | 5 ++++- README.md | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22c1b50..c6a83c8 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,10 @@ sremove : clean : $(PYTHON) setup.py clean - + +pep8 : + flake8 examples/ ot/ test/ + test: pytest diff --git a/README.md b/README.md index 6324649..84f5228 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,16 @@ This toolbox benefit a lot from open source research and we would like to thank Every contribution is welcome and should respect the [contribution guidelines](CONTRIBUTING.md). Each member of the project is expected to follow the [code of conduct](CODE_OF_CONDUCT.md). +## Support + +You can ask questions and join the development discussion: + +* On the [POT Slack channel](pot-toolbox.slack.com) +* On the POT [mailing list](https://mail.python.org/mm3/mailman3/lists/pot.python.org/) + + +You can also post bug reports and feature requests in Github issues. Make sure to read our [guidelines](CONTRIBUTING.md) first. + ## References [1] Bonneel, N., Van De Panne, M., Paris, S., & Heidrich, W. (2011, December). [Displacement interpolation using Lagrangian mass transport](https://people.csail.mit.edu/sparis/publi/2011/sigasia/Bonneel_11_Displacement_Interpolation.pdf). In ACM Transactions on Graphics (TOG) (Vol. 30, No. 6, p. 158). ACM. -- cgit v1.2.3