swh:1:snp:4e3e7077647a709f15b8c1b32ce7100175d0580b
Tip revision: 9a89217b6ec877c0d0331cd9a38f1efff40bec4e authored by Jean Kossaifi on 02 April 2018, 16:26:43 UTC
DOC: added fun to API
DOC: added fun to API
Tip revision: 9a89217
__init__.py
"""
Sphinx Gallery
==============
"""
import os
__version__ = '0.1.12'
def glr_path_static():
"""Returns path to packaged static files"""
return os.path.abspath(os.path.join(os.path.dirname(__file__), '_static'))