[issue15586] Provide some examples for usage of ElementTree methods/attributes

Daniel Ellis report at bugs.python.org
Wed Aug 8 18:33:29 CEST 2012


Daniel Ellis added the comment:

Thank you Ezio, I will use that as a reference.  What is the general
workflow for updating documentation across python versions?  Should I check
to see if the documentation for the module changes across python versions
and create patches for each version?  Or is it sufficient to create a patch
for one version?

On Wed, Aug 8, 2012 at 12:07 PM, Ezio Melotti <report at bugs.python.org>wrote:

>
> Ezio Melotti added the comment:
>
> Daniel, I would suggest you to start with a basic example that gives an
> idea about how to use the module and its main functionalities.  If
> necessary you could add a section at the bottom with more examples.
> You can also show how a method works with a short snippet (2-3 lines) just
> after the documentation of the method, but this doesn't mean that every
> method should have one.
> If you have lot of examples you might consider doing a separate
> tutorial/howto.
>
> As a reference see the examples in
> http://docs.python.org/py3k/library/html.parser.html and
> http://docs.python.org/py3k/library/unittest.html#basic-example.
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue15586>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15586>
_______________________________________


More information about the Python-bugs-list mailing list