How to use the pymeshfix.__version__ function in pymeshfix

To help you get started, we’ve selected a few pymeshfix examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pyvista / pymeshfix / docs / conf.py View on Github external
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',
github pyvista / pymeshfix / docs / conf.py View on Github external
# 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',

pymeshfix

Repair triangular meshes using MeshFix

GPL-3.0
Latest version published 2 months ago

Package Health Score

72 / 100
Full package analysis

Similar packages