mdolab / .github

0 stars 3 forks source link

Enable flake8-rst-docstrings checks #49

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

Noticed that many of our repos have a broken API documentation, see here for example. Enabling the flake8-rst-docstrings should address this.

Expected time until merged

Type of change

Testing

Checklist

eirikurj commented 1 year ago

Yeah, I think it would be a good initial step to writing better doc strings. We can disable check on some specific codes if there are issues we do not like or want to address in the future. As for pyGeo, I just did a quick check and from what I can tell, I dont think its too bad. I can push and make a PR there addressing these soon.

eirikurj commented 1 year ago

PR is up https://github.com/mdolab/pygeo/pull/190