Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
pyvista.set_plot_theme('document')
pyvista.rcParams['window_size'] = np.array([1024, 768]) * 2
# Save figures in specified directory
pyvista.FIGURE_PATH = os.path.abspath('./images/')
if not os.path.exists(pyvista.FIGURE_PATH):
os.makedirs(pyvista.FIGURE_PATH)
# -- Project information -----------------------------------------------------
project = 'pymeshfix'
copyright = '2018-2019, Alex Kaszynski'
author = 'Alex Kaszynski'
# The short X.Y version
version = pymeshfix.__version__
# The full version, including alpha/beta/rc tags
release = pymeshfix.__version__
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.doctest',
# Save figures in specified directory
pyvista.FIGURE_PATH = os.path.abspath('./images/')
if not os.path.exists(pyvista.FIGURE_PATH):
os.makedirs(pyvista.FIGURE_PATH)
# -- Project information -----------------------------------------------------
project = 'pymeshfix'
copyright = '2018-2019, Alex Kaszynski'
author = 'Alex Kaszynski'
# The short X.Y version
version = pymeshfix.__version__
# The full version, including alpha/beta/rc tags
release = pymeshfix.__version__
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.doctest',
'sphinx.ext.autosummary',
'notfound.extension',