-----------------------------
Migration is possible using the following steps:
* For the deprecated update methods (see the :ref:`changes above <changed-in-0.3>`),
just use the above-mentioned replacement. They work for both, as decorators and
with strings.
* For the analysis decorators (``get_sectionsf`` for instance, use the replacement)
but you need to explicitly state the `base` parameter.
``get_sectionsf('something')`` for instance needs to be replaced with
``get_sections(base='something')``
* for the parameter and type extractor functions, just use the corresponding
module level function mentioned :ref:`above <changed-in-0.3>`