pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

Add documentation for tetgen with example gallery #6

Closed banesullivan closed 5 years ago

banesullivan commented 5 years ago

@akaszynski - if you give me access to the repo after merging these changes, then I can set up the docs to auto build and create a website under https://akaszynski.github.io/tetgen

What the new docs look like on my local machine:

ezgif com-video-to-gif-5

banesullivan commented 5 years ago

@akaszynski - I can't get tetgen installed and working on Travis for this PR. Can you check out the build logs when you have a chance?

akaszynski commented 5 years ago

Will do once I get it get it working with pymeshfix.

akaszynski commented 5 years ago

Just about works. It just needs pyvista to be updated to include SuperToroid.

Couldn't manage to figure out why pip install . wasn't working, so I installed from a wheel instead since cibuildwheel works. Also changed the tetgen import from being relative the docs dir to a system import.

banesullivan commented 5 years ago

I changed the PyVista dependency to be the master branch of PyVista on Travis. Then we can set this package up with cron-jobs to make sure it stays compatible with the latest changes in PyVista

akaszynski commented 5 years ago

You good to merge? Thanks for keeping me honest with this module.

banesullivan commented 5 years ago

Good to merge from me - can you give me access to this repo so I can set up the auto deployment for the docs after the merge?