Fix broken devref docs.
Fix bug 888102. This patch fixes the documentation generated here: http://nova.openstack.org/devref/index.html There was a typo in a script that resulted in the module names being invalid and no docs being generated. This one character patch fixes it up and makes the docs happy. Change-Id: I1986e8b468334a1a33264aaec740c4f535a7c30b
This commit is contained in:
parent
fe56d3c6ba
commit
d8b6b65f32
@ -8,7 +8,7 @@ for x in `find ${NOVA_DIR} -name '*.py'`; do
|
|||||||
if [ `basename ${x} .py` == "__init__" ] ; then
|
if [ `basename ${x} .py` == "__init__" ] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
relative=nova`echo ${x} | sed -e 's$^'${NOVA_DIR}'$$' -e 's/.py$//' -e 's$/$.$g'`
|
relative=nova.`echo ${x} | sed -e 's$^'${NOVA_DIR}'$$' -e 's/.py$//' -e 's$/$.$g'`
|
||||||
modules="${modules} ${relative}"
|
modules="${modules} ${relative}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user