Changes
Page history
Update Coding standards
authored
Jun 15, 2023
by
fima
Hide whitespace changes
Inline
Side-by-side
Home/Coding-standards.md
View page @
a40720e3
...
@@ -40,15 +40,15 @@ For example, your project structure could be like this:
...
@@ -40,15 +40,15 @@ For example, your project structure could be like this:
```
```
example-repo/
example-repo/
┣
qimex/
├
qimex/
┃ ┣
__init__.py
│ ├
__init__.py
┃ ┗
examples.py
│ └
examples.py
┣
tests/
├
tests/
┃ ┣
__init__.py
│ ├
__init__.py
┃ ┗
test_examples.py
│ └
test_examples.py
┣
.gitignore
├
.gitignore
┣
LICENSE
├
LICENSE
┗
README.md
└
README.md
```
```
Inside
`examples.py`
you could have this function:
Inside
`examples.py`
you could have this function:
...
...
...
...