CheckFrontMatter¶
- class ablog.post.CheckFrontMatter(document, startnode=None)¶
Bases:
sphinx.transforms.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
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.