You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add serialization of missing Description
The `<desc>` element in the XML configuration contains language-specific
descriptions. It is used in the index pages of each product release.
This PR adds the missing handling of this element.
* Build `Description` model for `Manifest`
* In `Deliverable`, create new methods (see below). They transform the
`<desc>` element
* `all_categories`: Return the categories of the deliverable.
* `categories`: Return the categories from the product node.
* `categories_from_root`: Return the categories from the root node.
* For submodels of `Manifest`, add serialization method (e.g., for `lang` attribute)
* Improve test cases
* Update doc sources of auto API
* Make `Category.rank` set automatically
* Add translations to `Category.translations`
---------
Co-authored-by: Sushant Gaurav <[email protected]>
0 commit comments