Browse Source

renoved unused docs

bugfixes
harshadyeola 10 years ago
parent
commit
3a93d7d763
  1. 11
      docs/README.md
  2. 13
      docs/cs.md
  3. 21
      docs/ds.md

11
docs/README.md

@ -1,11 +0,0 @@
**Framework**
EasyEngine 3.x is based on cement cli application developement framework
Cement version 2.4.0
Know more about Cement From [here](http://builtoncement.com/2.4/)
**Language**
EasyEngine intend to use latest version of Python i.e 3.4 to avoid future refactoring.

13
docs/cs.md

@ -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 -

21
docs/ds.md

@ -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…
Cancel
Save