Skip to content

Releases: analogdevicesinc/doctools

v0.3.47

02 Oct 16:24
Compare
Choose a tag to compare
Refactor Shell directive, bump version

Improve code quality, break it down in multiple methods and use class
variables for set once vars.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.46

01 Oct 20:50
Compare
Choose a tag to compare
Minor doc update, bump version

Signed-off-by: Jorge Marques <[email protected]>

v0.3.45

24 Sep 16:09
Compare
Choose a tag to compare
Rename typings to typing, bump version

To match Python nomenclature.
Minor version change since no-one is using the typing outside the pip
package.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.44

23 Sep 10:42
Compare
Choose a tag to compare
Stylesheet fixes, bump version

Signed-off-by: Jorge Marques <[email protected]>

v0.3.43

16 Sep 20:27
Compare
Choose a tag to compare
Bump version

Signed-off-by: Jorge Marques <[email protected]>

v0.3.42

10 Sep 21:29
Compare
Choose a tag to compare
Tune stylesheets, video directive, print rules

To enhance webpage printing/pdf generation:
* Add video admonition to replace non-function iframes/embed video.
* Add print media queries to tune the styling
* Limit background to media screen.

Also, use width-content css var as a better breakpoint to the mobile
format.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.41

06 Sep 18:03
Compare
Choose a tag to compare
Preserve multi-line at nested parse

Allows to have lists in a description column, for example.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.40

05 Sep 21:41
Compare
Choose a tag to compare
Fix unpack error when the doc has no toctree

As stated in issue #17, when a doc without a toctree (single page/all
pages are orphans), the doc build would throw an exception because the
wrong value (an empty string) would be returned by the navigation_tree
method.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.39

02 Sep 21:24
Compare
Choose a tag to compare
Add scopy to lut.py, bump version

Signed-off-by: Jorge Marques <[email protected]>

v0.3.38

21 Aug 16:33
Compare
Choose a tag to compare
Update filter tree logic, versioned, and aggregate

Always hide other toctrees when on a page included on a toctree.
Squash toctrees without title with the previous toctree
Rework versioned variables, simplify the requirements and allow to be
deployed directly on GitHub multiple versions.
Update symbolic aggregate.

Signed-off-by: Jorge Marques <[email protected]>