gau1991
10 years ago
3 changed files with 9 additions and 35 deletions
@ -1,13 +0,0 @@ |
|||
|
|||
## EasyEngine coding standard |
|||
|
|||
For contributing EasyEngine you must follow [PEP8](https://www.python.org/dev/peps/pep-0008) style guide. |
|||
|
|||
- Indentation - |
|||
|
|||
4 spaces shoule be used as Indentation as mentioned in above style guide. |
|||
|
|||
- Class Name - |
|||
|
|||
|
|||
- Function Name - |
@ -1,21 +0,0 @@ |
|||
|
|||
**EasyEngine 3.x Ditectory Structure** |
|||
|
|||
``` |
|||
easyengine |
|||
|-- config |
|||
| `-- plugins.d |
|||
|-- ee |
|||
| |-- cli |
|||
| | |-- controllers |
|||
| | |-- ext |
|||
| | |-- plugins |
|||
| | `-- templates |
|||
| |-- core |
|||
| `-- utils |
|||
`-- tests |
|||
|-- cli |
|||
| |-- ext |
|||
| `-- plugins |
|||
`-- core |
|||
``` |
Loading…
Reference in new issue