From 3a93d7d76307236ab33fac98cafe3c52dcdcb570 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Wed, 11 Feb 2015 11:17:43 +0530 Subject: [PATCH] renoved unused docs --- docs/README.md | 11 ----------- docs/cs.md | 13 ------------- docs/ds.md | 21 --------------------- 3 files changed, 45 deletions(-) delete mode 100644 docs/README.md delete mode 100644 docs/cs.md delete mode 100644 docs/ds.md 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 -```