From b9fae87273cd1e31906b419895ffe7b3bea392a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Fri, 14 Jun 2019 15:24:04 +0200 Subject: [PATCH] [DOC] doc: miscellaneous formatting updates --- README.md | 20 +++---- doc/comparison.md | 14 +++-- doc/component.md | 22 ++++---- doc/observer.md | 32 +++++------ doc/quick_start.md | 2 +- doc/qweb.md | 40 ++++++------- doc/readme.md | 3 +- doc/store.md | 138 ++++++++++++++++++++++----------------------- doc/utils.md | 32 +++++------ doc/vdom.md | 5 +- 10 files changed, 153 insertions(+), 155 deletions(-) diff --git a/README.md b/README.md index c14815fa..0ec68bc4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ other Odoo related projects. OWL's main feature is a _declarative component syst **Try it online!** An online playground is available at [https://odoo.github.io/owl/playground](https://odoo.github.io/owl/playground) to let you experiment with the OWL framework. -## OWL's design principles +## OWL's Design Principles OWL is designed to be used in highly dynamic applications where changing requirements are common, code needs to be maintained by large teams. @@ -30,7 +30,7 @@ Owl is not designed to be fast or small (even though it is quite good on those two topics). If you are interested in a comparison with React or Vue, you will find some more information [here](doc/comparison.md). -# Example +## Example Here is a short example to illustrate interactive widgets: @@ -64,15 +64,15 @@ If you want to use a simple `