convexengineering / gpkit

Geometric programming for engineers
http://gpkit.readthedocs.org
MIT License
206 stars 40 forks source link

Documentation bug fixes and Sphinx refactor (replace stray Python/.txt with ..literalinclude) #1508

Closed mtwichan closed 4 years ago

mtwichan commented 4 years ago

Issue: https://github.com/convexengineering/gpkit/issues/1280 : make sure all code in docs is in a running example (#303)

Status:

CC: @bqpd

acdl-jenkins commented 4 years ago

Can one of the admins verify this patch?

bqpd commented 4 years ago

add to whitelist

bqpd commented 4 years ago

this is fabulous! looks like the linting of examples is throwing a fit, while the unit tests are failing because not all files in the examples directory now run individually. Will do a full code review soon!

1ozturkbe commented 4 years ago

This all looks great! Super amped to have the documentation up to date and tested!

mtwichan commented 4 years ago

Transfer PR to: https://github.com/convexengineering/gpkit/pull/1509