Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Group
QIM
Manage
Activity
Members
Labels
Plan
Issues
Epics
Issue boards
Epic boards
Roadmap
Milestones
Iterations
Wiki
Code
Merge requests
Deploy
Package registry
Operate
Terraform modules
Analyze
Insights
Issue analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Wiki
Home
Coding standards
Changes
Page history
New page
Templates
Clone repository
Update Coding standards
authored
2 years ago
by
fima
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Home/Coding-standards.md
+9
-9
9 additions, 9 deletions
Home/Coding-standards.md
with
9 additions
and
9 deletions
Home/Coding-standards.md
View page @
a40720e3
...
...
@@ -40,15 +40,15 @@ For example, your project structure could be like this:
```
example-repo/
┣
qimex/
┃ ┣
__init__.py
┃ ┗
examples.py
┣
tests/
┃ ┣
__init__.py
┃ ┗
test_examples.py
┣
.gitignore
┣
LICENSE
┗
README.md
├
qimex/
│ ├
__init__.py
│ └
examples.py
├
tests/
│ ├
__init__.py
│ └
test_examples.py
├
.gitignore
├
LICENSE
└
README.md
```
Inside
`examples.py`
you could have this function:
...
...
This diff is collapsed.
Click to expand it.