[DOC] web_kanban_gauge, web_kanban_sparkline: added doc with changelog

bzr revid: tde@openerp.com-20130912080022-fmzl4hll4wca2yy2
This commit is contained in:
Thibault Delavallée 2013-09-12 10:00:22 +02:00
parent be64818d1b
commit 837f2c7cb4
5 changed files with 41 additions and 1 deletions

View File

@ -2,7 +2,7 @@
'name': 'Gauge Widget for Kanban',
'category': 'Hidden',
'description': """
This widget allows to display gauges using jquery.sparkline library.
This widget allows to display gauges using justgage library.
""",
'version': '1.0',
'depends': ['web_kanban'],

View File

@ -0,0 +1,10 @@
.. _changelog:
Changelog
=========
`trunk (saas-2)`
----------------
- Module ``web_kanban_gauge`` created. It comes from the refactoring of
custom kanban widgets used in other modules, now standardized.

View File

@ -0,0 +1,10 @@
Gauge for Kanban module documentation
======================================
Changelog
'''''''''
.. toctree::
:maxdepth: 1
changelog.rst

View File

@ -0,0 +1,10 @@
.. _changelog:
Changelog
=========
`trunk (saas-2)`
----------------
- Module ``web_kanban_sparkline`` created. It comes from the refactoring of
custom kanban widgets used in other modules, now standardized.

View File

@ -0,0 +1,10 @@
Sparkline for Kanban module documentation
=========================================
Changelog
'''''''''
.. toctree::
:maxdepth: 1
changelog.rst