From 8a62e85ed6d38f8ac5f601b57924d1708990eeaa Mon Sep 17 00:00:00 2001 From: Raphael Quast Date: Wed, 4 May 2022 21:41:42 +0200 Subject: [PATCH] update docs --- docs/FAQ.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 2c942f290..872150243 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -85,15 +85,15 @@ Changes between **EOmaps v3.x** and **EOmaps v4.0**: - the following properties and functions have been removed: - - ❌ m.plot_specs. - - ❌ m.set_plot_specs() + - ❌ ``m.plot_specs.`` + - ❌ ``m.set_plot_specs()`` - | arguments are now directly passed to relevant functions: - | m.plot_map(), m.add_colorbar() and m.set_data() + | ``m.plot_map()``, ``m.add_colorbar()`` and ``m.set_data()`` -- 🔶 m.set_shape.voroni_diagram is renamed to m.set_shape.voronoi_diagram +- 🔶 ``m.set_shape.voroni_diagram()`` is renamed to ``m.set_shape.voronoi_diagram()`` - | 🔷 custom callbacks are no longer bound to the Maps-object | the call-signature of custom callbacks has changed to: - | def cb(self, *args, **kwargs) >> def cb(*args, **kwargs) + | ``def cb(self, *args, **kwargs)`` >> ``def cb(*args, **kwargs)`` Porting a script from v3.x to v4.x is quick and easy and involves the following steps: