Just a short reminder that rst puts stuff in blockquotes when you're not
careful with the spacing. Example:

 * item 1
 * item 2

That's in blockquotes because of the 1 blank at the beginning. The
TripleO docs are full with them, which looks a bit ugly, to be frank.

This change removes all unintentional blockquotes in the tripleo docs:
    https://review.openstack.org/#/c/504518/

You can find them by yourself with:
    $ tox -e docs
    $ grep -rn blockquote doc/build/html/ --include *.html


I often use http://rst.aaroniles.net/ for a quick check.

-- 
Regards, Markus Zoeller (markus_z)


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to