diff --git a/README.rst b/README.rst index 39b44718..edf2008c 100644 --- a/README.rst +++ b/README.rst @@ -38,14 +38,6 @@ haml, slim and tornado, can read other data format: json and yaml, and can acces template file and configuration file in any location: zip, git, pypi package, s3, etc. -.. image:: https://github.com/moremoban/moban/raw/dev/docs/images/moban-in-pyexcel-demo.gif - :width: 500px - -Please look at our issues. We have many more template engines and data format on the -road map. - -All use cases are documented `here `_ - Support ================================================================================ @@ -79,6 +71,10 @@ or clone it and install it: Quick start ================================================================================ + +.. image:: https://github.com/moremoban/moban/raw/dev/docs/images/moban-in-intro.gif + + .. code-block:: bash $ export HELLO="world" @@ -123,6 +119,12 @@ moban.output will contain:: Please note that data.yml will take precedence over environment variables. +Moban in live action:: + +.. image:: https://github.com/moremoban/moban/raw/dev/docs/images/moban-in-pyexcel-demo.gif + +All use cases are documented `here `_ + Work with files in a git repo ================================================================================ diff --git a/docs/images/moban-in-intro.gif b/docs/images/moban-in-intro.gif new file mode 100644 index 00000000..63642797 Binary files /dev/null and b/docs/images/moban-in-intro.gif differ diff --git a/docs/images/moban-in-pyexcel-demo.gif b/docs/images/moban-in-pyexcel-demo.gif index 61cac6ab..cfa91282 100644 Binary files a/docs/images/moban-in-pyexcel-demo.gif and b/docs/images/moban-in-pyexcel-demo.gif differ