ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
254 stars 42 forks source link

EPIC: Expand and Consolidate documentation #2412

Open seanpearsonuk opened 7 months ago

seanpearsonuk commented 7 months ago
mkundu1 commented 6 months ago

Apart from the documentation code, the following dcumentation aspects of Python code should be looked into:

1. Missing or incomplete docstrings

  1. Missing typehints 3. Missing exception specification (search for disable=missing-raises-doc in code)

A lot of these can be captured by enbaling linter options (e.g. enabling missing-param-doc in the docparams pylint extension shows all missing parameter declaration).

seanpearsonuk commented 5 months ago

@mkundu1 @prmukherj @hpohekar Let's dicuss this today.

seanpearsonuk commented 5 months ago

@hpohekar to look into 1 and 3 above

mkundu1 commented 5 months ago

Related: https://github.com/ansys-internal/pyansys-quarto-cheatsheet