[openstack-dev] [tripleo] blockquotes in docs
    Markus Zoeller 
    mzoeller at linux.vnet.ibm.com
       
    Fri Oct  6 08:01:16 UTC 2017
    
    
  
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)
    
    
More information about the OpenStack-dev
mailing list