From ff85fc55468de047115e4e8109088da2cb6c4e05 Mon Sep 17 00:00:00 2001 From: Benjamin Rombaut Date: Mon, 6 May 2024 10:56:37 +0200 Subject: [PATCH] add cheatsheet to docs --- README.md | 4 +++- docs/{ => _static}/FlowSOM_CheatSheet_Python.pdf | Bin 2 files changed, 3 insertions(+), 1 deletion(-) rename docs/{ => _static}/FlowSOM_CheatSheet_Python.pdf (100%) diff --git a/README.md b/README.md index 8b442cb..188d546 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ The complete FlowSOM package known from R, now available in Python! ## Getting started -Please refer to the [documentation][link-docs]. In particular, the +Please refer to the [documentation][link-docs]. In particular, the following resources are available: - [Example FlowSOM notebook][link-docs-example] - [API documentation][link-api] +- [FlowSOM Python Cheatsheet][cheatsheet] ## Installation @@ -80,3 +81,4 @@ If you use `FlowSOM` in your work, please cite the following papers: [link-docs]: https://flowsom.readthedocs.io [link-docs-example]: https://flowsom.readthedocs.io/en/latest/notebooks/example.html [link-api]: https://flowsom.readthedocs.io/en/latest/api.html +[cheatsheet]: https://flowsom.readthedocs.io/en/latest/_static/FlowSOM_CheatSheet_Python.pdf diff --git a/docs/FlowSOM_CheatSheet_Python.pdf b/docs/_static/FlowSOM_CheatSheet_Python.pdf similarity index 100% rename from docs/FlowSOM_CheatSheet_Python.pdf rename to docs/_static/FlowSOM_CheatSheet_Python.pdf