No markdown docs for elements

Sphinx does not support markdown, therefore all our element docs should
not be in this format.

Change-Id: I6fceb5c2c218e94a463f13d6d9050aea485e6c31
This commit is contained in:
Gregory Haynes 2015-04-02 04:21:50 +00:00
parent 5f0f296f58
commit cc308464c6
3 changed files with 12 additions and 1 deletions

View File

@ -128,7 +128,7 @@ for i in $(find elements -type f); do
fi fi
done done
for i in $(find elements -type f -and -name '*.md' -or -type f -executable); do for i in $(find elements -type f -and -name '*.rst' -or -type f -executable); do
# Check for tab indentation # Check for tab indentation
if ! excluded tabindent; then if ! excluded tabindent; then
if grep -q $'^ *\t' ${i}; then if grep -q $'^ *\t' ${i}; then
@ -142,4 +142,9 @@ for i in $(find elements -type f -and -name '*.md' -or -type f -executable); do
fi fi
fi fi
done done
md_docs=$(find elements -name '*.md')
if [ -n "$md_docs" ]; then
error ".md docs found: $md_docs"
fi
exit $rc exit $rc

View File

@ -1,3 +1,6 @@
deploy-targetcli
================
Use targetcli for the deploy ramdisk Use targetcli for the deploy ramdisk
Provides the necessary scripts and dependencies to use targetcli Provides the necessary scripts and dependencies to use targetcli

View File

@ -1,3 +1,6 @@
deploy-tgtadm
=============
Use tgtadm and tgtd for the deploy ramdisk Use tgtadm and tgtd for the deploy ramdisk
Provides the necessary scripts and dependencies to use tgtadm Provides the necessary scripts and dependencies to use tgtadm