diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index d6644833..7f5f2cb3 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -106,7 +106,7 @@ In this session we'll guide you on how to contribute with the code. This is a gu Code standards -------------- -This project is compatible only with python 3.6 to 3.9 and follows the `pep8 style `_ +This project is compatible only with python 3.8 to 3.11 and follows the `pep8 style `_ And we use this `import formatting `_ In order to check if your code is following our codestyle, you can run from the root directory of the repo the next commands: @@ -153,7 +153,7 @@ Document your code ------------------ All methods should have type annotations, this allow us to know what that method expect as parameters, and what is the expected output. -You can learn more about it in `typing docs `_ +You can learn more about it in `typing docs `_ To document your code you should add docstrings, all methods with docstring will appear in this documentation's api file. If you created a new file, you may need to add it to the ``api.rst`` following the structure diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 98f422f5..aa5c59f1 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -5,7 +5,7 @@ Getting started Installation ------------ -The fklearn library is compatible only with Python 3.6.2+. +The fklearn library is compatible only with Python 3.8+. In order to install it using pip, run: .. code-block:: bash