Files
emmanuelle 52b0e16a78 Included sphinx-gallery files
I had to make a slightly modification in one of sphinx-gallery's files to
make it work with scikit-image. I opened a pull request on sphinx-gallery
github, hopefully we can delete the local copy after their next release.
2016-05-10 21:49:15 +02:00

14 lines
238 B
Python

"""
==============
Sphinx Gallery
==============
"""
import os
__version__ = '0.1.2'
def glr_path_static():
"""Returns path to packaged static files"""
return os.path.abspath(os.path.join(os.path.dirname(__file__), '_static'))