summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated mention of Pyrex.Stefan Behnel2021-08-121-4/+3
|
* Update memory benchmark results in doc/performance.txt.Stefan Behnel2021-07-051-42/+41
|
* Add a script to update the benchmark results in doc/performance.txt after a ↵Stefan Behnel2021-07-051-0/+58
| | | | new benchmark run.
* Update benchmark results in doc/performance.txt to lxml 4.6.3, with a static ↵Stefan Behnel2021-07-051-145/+145
| | | | LTO build (since that is what the Linux wheels are using).
* Update benchmark results in doc/performance.txt to lxml 4.6.3.Stefan Behnel2021-07-041-152/+145
|
* Make the note about the (faster) .find*() methods in the XPath section stick ↵Stefan Behnel2021-07-042-3/+20
| | | | out to suggest their use.
* Allow building the HTML docs without the donation section/button.Stefan Behnel2021-06-291-9/+14
| | | | Debian doesn't like non-free content.
* Removed unused Zope Public License from docs folder (GH-312)Wen Bo Li2021-05-191-59/+0
|
* Remove unused image file.Stefan Behnel2021-05-191-0/+0
|
* Avoid text overlaps on website banner (GH-318)Bob Kline2021-05-151-1/+1
|
* Clarify that the ET compatibility difference for the '*' tag filter applies ↵Stefan Behnel2021-03-291-5/+5
| | | | not only to ".iter()" but also to ".find*()".
* Prepare release of lxml 4.6.3.lxml-4.6.3Stefan Behnel2021-03-211-3/+7
|
* Fix reference in docs.Stefan Behnel2020-11-271-0/+1
|
* Prepare release of 4.6.2.Stefan Behnel2020-11-261-4/+7
|
* Add a recipe for a look-ahead generator to allow modifications during tree ↵Stefan Behnel2020-10-211-0/+36
| | | | iteration.
* lxml actually works in Py3.9.Stefan Behnel2020-10-181-1/+1
|
* Add a doc note that the .find() methods are usually faster than one might ↵Stefan Behnel2020-10-181-0/+4
| | | | expect.
* Update release version on homepage.Stefan Behnel2020-10-181-2/+2
|
* Prepare release of lxml 4.6.1.lxml-4.6.1Stefan Behnel2020-10-181-1/+5
|
* Fix PDF building.Stefan Behnel2020-10-171-1/+1
|
* Fix link to previous version in documentation.Stefan Behnel2020-10-171-0/+1
|
* Prepare release of lxml 4.6.0.Stefan Behnel2020-10-171-4/+8
|
* docs: Link the website menu more directly to the initial package ↵Stefan Behnel2020-09-051-1/+1
| | | | documentation page rather than the generic "one more click" apidoc generated entry page.
* docs: Move apidocs to a different directory to allow keeping links to the ↵Stefan Behnel2020-09-052-2/+2
| | | | old epydoc folder intact.
* docs: revert hashed stylesheet filename because it does not work well with ↵Stefan Behnel2020-09-051-1/+5
| | | | the versioned directories on the web server.
* docs: Use different stylesheet filenames whenever the stylesheet changes, to ↵Stefan Behnel2020-09-051-1/+13
| | | | prevent stale web cache entries.
* Add a more visible donation banner to the website pages.Stefan Behnel2020-09-052-13/+38
|
* Add a more visible donation banner to the website menu.Stefan Behnel2020-09-042-2/+28
|
* Clean up dead code in doctest.Stefan Behnel2020-08-131-5/+1
|
* Fix Py2 fallback code in test to make it work in PyPy.Stefan Behnel2020-08-131-1/+1
|
* Modernise XSLT documentation a little by using the Py3 instead of Py2 builtins.Stefan Behnel2020-08-131-30/+31
|
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-043-0/+93
| | | | | | | | | | | | | * 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
* Prepare release of 4.5.2.lxml-4.5.2Stefan Behnel2020-07-091-3/+7
|
* Make mkhtml.py Python 3 compatible by replacing itervalues() (GH-302)Chris Mayo2020-06-291-1/+1
|
* Prepare release of 4.5.1.lxml-4.5.1Stefan Behnel2020-05-191-3/+7
|
* Prepare release of lxml 4.5.0.lxml-4.5.0Stefan Behnel2020-01-291-28/+9
|
* Merge lxml-4.4 branch into master.Stefan Behnel2020-01-291-3/+7
|\
| * Fix testimonial link on homepage.lxml-4.4Stefan Behnel2020-01-101-1/+1
| |
| * Prepare release of 4.4.3.lxml-4.4.3Stefan Behnel2020-01-281-3/+7
| |
* | Fix testimonial link on homepage.Stefan Behnel2020-01-101-1/+1
| |
* | Integrate finance report into website.Stefan Behnel2020-01-101-1/+4
| |
* | Update documentation for external cython modules (GH-296)David Greisen2019-12-301-3/+9
| | | | | | | | | | | | | | | | * Update documentation for external cython modules Changes needed to compile the example: * add `include_dirs` directive * change imports to `lxml.includes.*` * fix `ElementDefaultClassLookup` typo
* | Fix some links, formatting and supported Python versions.Stefan Behnel2019-11-251-1/+1
| |
* | Merge lxml-4.4 into master.Stefan Behnel2019-11-251-3/+7
|\ \ | |/
| * Prepare release of lxml 4.4.2.lxml-4.4.2Stefan Behnel2019-11-251-3/+7
| |
* | Merge lxml-4.4 into master.Stefan Behnel2019-11-011-14/+5
|\ \ | |/
| * Adapt doctest to libxml2 2.9.10.Stefan Behnel2019-11-011-14/+5
| |
* | Implement indent() function for in-place pretty-printing of XML trees.Stefan Behnel2019-08-131-0/+36
|/
* Clarify the usage of "element.clear(keep_tail=True)" in some examples.Stefan Behnel2019-08-132-6/+9
|
* Prepare release of lxml 4.4.1.lxml-4.4.1Stefan Behnel2019-08-111-3/+7
|