Changes
Page history
Update Developer guide - pep8 link
authored
Feb 19, 2025
by
Bouvry Arnaud
Hide whitespace changes
Inline
Side-by-side
documentation/dev-guide.md
View page @
83babc9a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
title
:
Developer guide
title
:
Developer guide
---
---
# IMPORTANT
# IMPORTANT
If you have a local clone of the repository that
**predates Feb. 19th, 2025, you must absolutely make a new clone**
.
If you have a local clone of the repository that
**predates Feb. 19th, 2025, you must absolutely make a new clone**
.
...
@@ -274,7 +275,7 @@ You can :
...
@@ -274,7 +275,7 @@ You can :
# Good practices
# Good practices
## Coding
## Coding
-
a
ll additions to the code should follow commonly accepted coding practices (
e.g. PEP8)
A
ll additions to the code should follow commonly accepted coding practices (
for Python, see
[
PEP8
](
https://peps.python.org/pep-0008/
)
).
## Documentation
## Documentation
Document all of your work !
Document all of your work !
...
...
...
...