commit ee217854eb3488464b4ad833d1d370e8e335036c
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Mon Nov 18 14:17:48 2013 +0100

    Allow complex types for parameters
    
    Tools like Ceilometer need to have "Alarm" as a type, instead of something as
    simple as "string" or "int".
    
    Change-Id: I16af1e077ee4641f52a2607f6269e1dd633b4b54

commit 220cd4907d6bc27256b42ecfae604900d4670840
Merge: e1d097d fae50a8
Author: Jenkins <jenkins@review.openstack.org>
Date:   Fri Nov 15 19:26:59 2013 +0000

    Merge "Fix the generate_id function with PUT methods"

commit fae50a847140fd69a031548be641c10bfbcfaf64
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Fri Nov 15 20:20:08 2013 +0100

    Fix the generate_id function with PUT methods
    
    Now handle methods such as /v2/alarms/alarm_id/state.
    
    Change-Id: I15cdc6a65f38fee7e4ad6559741144fdf43eb1f6

commit e1d097d9150233d00d39300e6ea250231a0af28a
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Fri Nov 15 20:07:29 2013 +0100

    Add .gitreview file
    
    Change-Id: I054681c9c23747827a5b1708e7ddd37f1d12266b

commit 819e98a84e39b3734ad08d7a62779354dd7194fa
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Wed Oct 16 20:28:16 2013 +0000

    Wrap lines in the generated WADL file

commit 16c1a9c0625d5c8a2a54f71161ac17c26d286a90
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Wed Oct 16 20:16:51 2013 +0000

    Generated human-readable method ids and titles

commit 86a69a01c03ac97e9506f07da5dbe5a2a5fbf86b
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Thu Oct 10 10:56:46 2013 +0000

    Use '<para role="shortdoc">...</para>'
    
    Inside the 'wadl:doc', this is what should be used to write the description of
    the method, instead of a simple 'p' element.

commit 8698122d4f3c33174c1db63a4986ef472289a31f
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Thu Oct 10 10:52:50 2013 +0000

    Make the 'wadl:doc' element appear first
    
    Inside 'method' elements, the 'wadl:doc' element should appear before the
    'request' and 'response' elements.

commit 0b6dce2be73a6c0c76ae81bcacd2d68287e03536
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Mon Oct 7 13:23:01 2013 +0000

    Fix PEP8-related warnings
    
    Add a tox.ini (mostly stolen from ceilometer), so that one can run 'tox
    -epep8'.

commit 1f88543554ff64b5e5465dc2dd93d5c11e29fa2d
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Mon Oct 7 12:11:41 2013 +0000

    Remove the version hack in setup.py

commit 7d446b37a3fc604aa7f3cfb385cb3c537b752844
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Mon Oct 7 12:00:17 2013 +0000

    Indent the generated WADL file
    
    Also, remove the lxml import that was never needed.

commit 552b8c94046d4e7d2e07dbc3f699d95fbc1e869a
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Mon Oct 7 10:36:09 2013 +0000

    Only parse the intended files
    
    Files meant to be parsed by sphinxcontrib-docbookrestapi should now have a
    comment that reads 'docbookrestapi' before the first section of the RST,
    otherwise they'll be ignored.

commit 3753d6bfdec29b98d28d2420ca983c075fffc596
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Tue Oct 1 12:41:19 2013 +0000

    Move code to sphinxcontrib/docbookrestapi.

commit 3a7d7976793246a6a7654dd213a0ff26a1b595f5
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Fri Sep 27 13:22:04 2013 +0000

    MyNodeVisitor: call SparseNodeVisitor.__init__()

commit 79720726fd756278f926a736b1d84028e3d0e973
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Fri Sep 27 12:12:33 2013 +0000

    sphinxcontrib/setup.py: Add license header.

commit 3111e93bee6609d7e174d395374518f5651f7755
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Fri Sep 27 12:12:09 2013 +0000

    Add missing shebangs.

commit 2df0486705dc610909527c2e2a495cddd83c86d1
Author: Cyril Roelandt <cyril.roelandt@enovance.com>
Date:   Thu Sep 26 14:59:01 2013 +0000

    Initial commit.