diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index a18a5a87..00000000 --- a/docs/README.md +++ /dev/null @@ -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. diff --git a/docs/cs.md b/docs/cs.md deleted file mode 100644 index 42122c8c..00000000 --- a/docs/cs.md +++ /dev/null @@ -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 - diff --git a/docs/ds.md b/docs/ds.md deleted file mode 100644 index 60ec69c4..00000000 --- a/docs/ds.md +++ /dev/null @@ -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 -```