Block comment should start with '# '

Each line of a block comment starts with a # and a single space.

Change-Id: Ib52023f906513c7e3e27543b4957999d84b44d08
This commit is contained in:
liuxiaoyang 2017-06-20 14:03:43 +08:00
parent a31dc67178
commit 324857eaf5

View File

@ -44,7 +44,7 @@ sys.path.insert(0, os.path.abspath('../../playbooks/inventory/'))
extensions = ['sphinx.ext.autodoc','sphinxmark', 'sphinx.ext.extlinks']
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']
# templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'