cinder/api-ref/source/v3/valid-boolean-values.inc
Sean McGinnis b6f9932f9c
Include .inc files in doc8 linting
We use *.inc files extensively, especially in the api-ref, but these
files are not covered by default with our doc8 validation.

This adds support for those files and fixes a few issues that were
identified after enabling coverage.

Change-Id: I807823f3cb44274c3940db55e901d434304a09f5
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-02-19 11:33:05 -06:00

13 lines
418 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. -*- rst -*-
.. _valid-boolean-values:
Valid boolean values
====================
Following is the list of valid values for boolean parameters.
[True, True, TRUE, true, 1, ON, On, on, YES,
Yes, yes, y, t, False, False, FALSE, false, 0,
OFF, Off, off, NO, No, no, n, f]