Update package layout to PyAnsys guidelines #296
Labels
enhancement
New feature or request
good first issue
Good for newcomers
maintenance
Repository structure maintenance
As with other projects in the PyAnsys ecosystem, the layout of this project should adapt to the general guidelines.
Low effort
Intermediate effort
Use a
src/
layout. Just need to move the "ansys/" dir inside a "src/" one and fix some links to this new location: Use src/ dir #664Use a
pyproject.toml
and drop anysetup.py
orsetup.cfg
files.Rename
/docs
directory to/doc
: Link issue here.Implement Tox for the project
Use sphinx-autoapi for generating the API reference, see doc: use sphinx-autoapi for API reference #1952
High effort
master
branch tomain
More about packaging guidelines in https://dev.docs.pyansys.com/packaging/structure.html.
The text was updated successfully, but these errors were encountered: