Skip to content

greschd/dev-guide

 
 

Repository files navigation

PyAnsys Developer's Guide

This guide serves as the central document for:

  • Ansys developers who want to create and "own" libraries
  • Anyone in the Python community who wants to contribute to a library
  • Anyone who is interested in learning more about the PyAnsys project and libraries

Web-based documentation can be found in PyAnsys Developer's Guide.

A PDF version of this guide can be found in the release notes in Releases.

Generate Documentation

To generate this documentation locally, you can install the requirements into your Python environment with:

pip install -r requirements_docs.txt

or if you want to configure and activate a Python virtual environment with the required packages:

configure_venv

Then, depending on your operating system, generate the documentation.

On Windows, generate with:

cd doc
make.bat html

On Linux, generate with:

make -C doc html

Contributing

To contribute to this guide, either create a branch and contribute directly or fork and submit a pull request. All pull requests are reviewed before they can be merged.

About

PyAnsys Project Developer's Guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.9%
  • Makefile 2.8%
  • Other 1.3%