CheckFrontMatter

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

基类: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.

属性摘要

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