Skip to content
Snippets Groups Projects
Commit f069d345 authored by Felipe Delestro Matos's avatar Felipe Delestro Matos
Browse files

guidelines update

parent b87dd6c7
Branches
No related tags found
No related merge requests found
......@@ -17,10 +17,16 @@ Use a simple but meaningful name, as this is the name you're project is going to
Here we use `qimex` as in **QIM** **Ex**ample
Remember to have a `__init__.py` file in your directory, so that it can be imported as a library. The file can be empty.
## Coding guidelines
Details of the coding guidelines can be found at the QIM Gitlab Wiki:
https://lab.compute.dtu.dk/groups/QIM/-/wikis/Home/Coding-standards
Details of the coding guidelines can be found at the [QIM Gitlab Wiki](https://lab.compute.dtu.dk/groups/QIM/-/wikis/Home/Coding-standards)
In summary:
- Use Google style for docstrings.
- Do not add files larger than 32MB, unless stricly necessary.
## Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment