File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ In this session we'll guide you on how to contribute with the code. This is a gu
106106Code standards
107107--------------
108108
109- This project is compatible only with python 3.6 to 3.9 and follows the `pep8 style <https://www.python.org/dev/peps/pep-0008/ >`_
109+ This project is compatible only with python 3.8 to 3.11 and follows the `pep8 style <https://www.python.org/dev/peps/pep-0008/ >`_
110110And we use this `import formatting <https://google.github.io/styleguide/pyguide.html?showone=Imports_formatting#313-imports-formatting >`_
111111
112112In 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
153153------------------
154154
155155All methods should have type annotations, this allow us to know what that method expect as parameters, and what is the expected output.
156- You can learn more about it in `typing docs <https://docs.python.org/3.6 /library/typing.html >`_
156+ You can learn more about it in `typing docs <https://docs.python.org/3.8 /library/typing.html >`_
157157
158158To document your code you should add docstrings, all methods with docstring will appear in this documentation's api file.
159159If you created a new file, you may need to add it to the ``api.rst `` following the structure
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Getting started
55Installation
66------------
77
8- The fklearn library is compatible only with Python 3.6.2 +.
8+ The fklearn library is compatible only with Python 3.8 +.
99In order to install it using pip, run:
1010
1111.. code-block :: bash
You can’t perform that action at this time.
0 commit comments