Contribute#

Overall guidance on contributing to a PyAnsys repository appears in Contribute in the PyAnsys Developer’s Guide. Ensure that you are thoroughly familiar with this guide before attempting to contribute to PyDPF-Core.

The following contribution information is specific to PyDPF-Core.

Clone the repository#

Clone and install the latest version of PyDPF-Core in development mode by running this code:

git clone https://github.com/ansys/pydpf-core
cd pydpf-core
pip install -e .

Post issues#

Use the PyDPF-Core Issues page to submit questions, report bugs, and request new features.

To reach the project support team, email pyansys.core@ansys.com.

View documentation#

Documentation for the latest stable release of PyDPF-Core is hosted at PyDPF-Core Documentation.

In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.