CheckFrontMatter

class ablog.post.CheckFrontMatter(document, startnode=None)

Bases: SphinxTransform

Check the doctree for frontmatter meant for a blog post.

This is mutually-exclusive with the PostDirective. Only one much be used.

Attributes Summary

default_priority

Numerical priority of this transform, 0 through 999 (override).

Methods Summary

apply()

Override to apply the transform to the document tree.

Attributes Documentation

default_priority = 800

Numerical priority of this transform, 0 through 999 (override).

Methods Documentation

apply()

Override to apply the transform to the document tree.

Comments

comments powered by Disqus