dinoboff / github-tools

Helpers for hosting python projects on GitHub
http://dinoboff.github.com/github-tools/
BSD 2-Clause "Simplified" License
87 stars 6 forks source link

Images directory should be rewritten as well #10

Closed mattions closed 14 years ago

mattions commented 14 years ago

Hi,

I tried to add an image with the directive .. image:: images/ball.png

The image is properly copied into the images directory in the docs/_build/html/images but the html has still coded the one with the underscore:

_images/ball.png

Also that bit should be fixed.

mattions commented 14 years ago

for the time being you can use this per oneliner to have your image showing up perl -i -pe 's/_images/images/g' *.html

mattions commented 14 years ago

this is mine conf.py

    html_static_path = ['_static', 'images']
dinoboff commented 14 years ago

The extension no more necessary. I will add ".nojekyll" file to the template.

dinoboff commented 14 years ago

fixed 0.2b2