mirror of https://github.com/explosion/spaCy.git
Add link to developer docs code conventions (#11171)
This commit is contained in:
parent
4ee8a06149
commit
c8f5b752bb
|
@ -271,7 +271,8 @@ except: # noqa: E722
|
||||||
|
|
||||||
### Python conventions
|
### Python conventions
|
||||||
|
|
||||||
All Python code must be written **compatible with Python 3.6+**.
|
All Python code must be written **compatible with Python 3.6+**. More detailed
|
||||||
|
code conventions can be found in the [developer docs](https://github.com/explosion/spaCy/blob/master/extra/DEVELOPER_DOCS/Code%20Conventions.md).
|
||||||
|
|
||||||
#### I/O and handling paths
|
#### I/O and handling paths
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue