From d43e9a53aa0279d0b22453cfdf7aab432597a637 Mon Sep 17 00:00:00 2001 From: Jerome Dumonteil Date: Sat, 7 Dec 2024 17:11:15 +0100 Subject: [PATCH] update doc, deps --- CHANGES.md | 13 + doc/404.html | 2 +- doc/CHANGES.html | 333 +- doc/index.html | 2 +- doc/objects.inv | Bin 81526 -> 81618 bytes doc/recipes.html | 2 +- doc/reference.html | 11395 ++++++++++++++++++--------------- doc/search/search_index.json | 2 +- doc/sitemap.xml.gz | Bin 127 -> 127 bytes poetry.lock | 64 +- pyproject.toml | 2 +- 11 files changed, 6343 insertions(+), 5472 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1dbb61d..e159b7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Odfdo Release Notes +## [3.13.0] - 2024-12-07 + +- The `Meta` class which manages the `meta.xml` part has two new methods `as_dict()` and `as_json()` to export its content. +- Improved "pretty" export of documents. + +### Added + +- Add methods: `Meta.as_dict()`, `Meta.as_json()`, `MetaTemplate.as_dict()`, `MetaAutoReload.as_dict()`, `MetaHyperlinkBehaviour.as_dict()`. + +### Changed + +- Small XML file formatting changes when saving with "pretty=True". + ## [3.12.1] - 2024-11-30 Fix some small rendering issues for Markdown export. diff --git a/doc/404.html b/doc/404.html index c329450..201e7f8 100644 --- a/doc/404.html +++ b/doc/404.html @@ -12,7 +12,7 @@ - + diff --git a/doc/CHANGES.html b/doc/CHANGES.html index e787af2..06ef232 100644 --- a/doc/CHANGES.html +++ b/doc/CHANGES.html @@ -16,7 +16,7 @@ - + @@ -282,6 +282,39 @@