@@ -45,15 +45,6 @@ versions lower than 0.7.0 if you are still using python 2.
4545Introduction
4646================================================================================
4747
48- **moban ** started with bringing the high performance template engine (JINJA2) for web
49- into static text generation.
50-
51- **moban ** can use other python template engine: mako, handlebars, velocity,
52- haml, slim and tornado, can read other data format: json and yaml, and can access both
53- template file and configuration file in
54- any location: zip, git, pypi package, s3, etc.
55-
56-
5748**moban ** enabled **continuous templating ** in `pyexcel <https://github.com/pyexcel/pyexcel >`_ and
5849`coala <https://github.com//coala/coala >`_ project to keep
5950documentation consistent across the documentations of individual libraries in the same
@@ -68,14 +59,8 @@ And here is a list of other usages:
6859#. `Django Mobans <https://github.com/django-mobans >`_, templates for django, docker etc.
6960#. `Math Sheets <https://github.com/chfw/math-sheets >`_, generate custom math sheets in pdf
7061
71-
7262All use cases are documented `here <http://moban.readthedocs.org/en/latest/#tutorial >`_
7363
74- Vision
75- ================================================================================
76-
77- Any template, any data in any location
78-
7964Support
8065================================================================================
8166
@@ -87,6 +72,20 @@ the project and develop it further.
8772With your financial support, I will be able to invest
8873a little bit more time in coding, documentation and writing interesting extensions.
8974
75+ Vision
76+ ================================================================================
77+
78+ Any template, any data in any location
79+
80+ **moban ** started with bringing the high performance template engine (JINJA2) for web
81+ into static text generation.
82+
83+ **moban ** can use other python template engine: mako, handlebars, velocity,
84+ haml, slim and tornado, can read other data format: json and yaml, and can access both
85+ template file and configuration file in
86+ any location: zip, git, pypi package, s3, etc.
87+
88+
9089Credit
9190================================================================================
9291
0 commit comments