From c8b64d45d6534fb7b342abdf0710af62c1213971 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Thu, 18 Aug 2022 08:37:44 +0200 Subject: [PATCH] Fix formating on readme --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index d7fbe2e..a43d48a 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Wheels are provided via PyPI for Windows / MacOS / Linux users - Also available Usage ----- -This package consists of a single function (named ``jenks_breaks``) which takes as input a ``list ``_ / ``tuple ``_ / ``array.array ``_ / ``numpy.ndarray ``_ of integers or floats. +This package consists of a single function (named ``jenks_breaks``) which takes as input a `list `_ / `tuple `_ / `array.array `_ / `numpy.ndarray `_ of integers or floats. It returns a list of values that correspond to the limits of the classes (starting with the minimum value of the series - the lower bound of the first class - and ending with its maximum value - the upper bound of the last class). @@ -110,13 +110,13 @@ Installation Requirements : ---------------------------------------------- -- NumPy\ :sup:``*`` -- C compiler\ :sup:``+`` -- Python C headers\ :sup:``+`` +- NumPy\ :sup:`*` +- C compiler\ :sup:`+` +- Python C headers\ :sup:`+` -\ :sup:``*`` only for using ``JenksNaturalBreaks`` interface +\ :sup:`*` only for using ``JenksNaturalBreaks`` interface -\ :sup:``+`` only for building from source +\ :sup:`+` only for building from source Motivation : ------------