mdolab / pygeo

pyGeo provides geometric design variables and constraints suitable for gradient-based optimization.
https://mdolab-pygeo.readthedocs-hosted.com/en/latest/?badge=latest
Apache License 2.0
124 stars 55 forks source link

Address flake8 rst docstring issues #190

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

This PR fixes flake8 RST warnings when flake8-rst-docstrings extension enabled.

Expected time until merged

Once docs build pass

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #190 (3e4e7dc) into main (41ffb0b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   64.77%   64.77%           
=======================================
  Files          47       47           
  Lines       11951    11951           
=======================================
  Hits         7741     7741           
  Misses       4210     4210           
Impacted Files Coverage Δ
pygeo/constraints/DVCon.py 71.72% <ø> (ø)
pygeo/parameterization/BaseDVGeo.py 66.66% <ø> (ø)
pygeo/parameterization/DVGeoCST.py 89.34% <ø> (ø)
pygeo/parameterization/DVGeoSketch.py 67.92% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more