summaryrefslogtreecommitdiff
path: root/src/lxml/html/builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-041-91/+91
| | | | | | | | | | | | | * Add some missing files to .gitignore * Remove duplicate open_in_browser from lxml.html.__all__ * Make ETreeXMLSchemaTestCase docstring Sphinx autodoc friendly * Fix outdated codespeak.net links in docstrings * Convert html/defs.py comment to be the module docstring * Use sphinx-apidoc to create the API reference instead of epydoc Epydoc is Python 2 only and unmaintained. sphinx-apidoc is run before the build step, to avoid duplicate entries being created. * Include the elements from html.builder in the API reference * Use Python 3.8 for coverage Travis job * Build html documentation in Travis
* [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100scoder2008-02-131-1/+1
| | | | | | | loads of docstrings --HG-- branch : trunk
* [svn r3282] r3467@delle: sbehnel | 2008-02-13 17:24:33 +0100scoder2008-02-131-23/+0
| | | | | | | cleanup --HG-- branch : trunk
* [svn r3280] r3465@delle: sbehnel | 2008-02-13 17:21:12 +0100scoder2008-02-131-0/+28
| | | | | | | removed redundant module lxml.htmlbuilder (duplicate of lxml.html.builder) --HG-- branch : trunk
* [svn r2743] copied lxml.html from html branchscoder2007-08-181-0/+128
--HG-- branch : trunk