WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

reStructuredText markup fixes for Intro page in documentation #171

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

The table listing balancing authorities was not being rendered in GitHub or Read The Docs. This was due to the column header shorter than the length of BPA's description. It was being interpretted as row spanning multiple columns since the text was longer than the heading.

Fixes #170 and fixes #101.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 54.555% when pulling 630dae4c72f2a59c42e8057a82008efa3698a40f on r24mille:170_rst_formatting_fix into fa7524c1c83a1768ee01dbcfae0a52b0d951723f on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 56.614% when pulling a350a89bd603745c9b18c7daa1ff44b657588688 on r24mille:170_rst_formatting_fix into 52a8b5590bbc31f670b3574b254ad34cfa39289a on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.402% when pulling 3aeb11b683127de6b3f375237f52b3de1fd8737f on r24mille:170_rst_formatting_fix into 31e1fc2b4539694398f167bb827a2e590136f7d8 on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.402% when pulling 1bf58b4601b1590d1f64436149f00317f61cfcc7 on r24mille:170_rst_formatting_fix into 5754887adf5fbb448a67b90e028b4de5be9e062a on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.727% when pulling 66ae37a0ea7d15a8041ffd640e88daf71948f7a3 on r24mille:170_rst_formatting_fix into 1df9e480a848c4e7613324f57f8c061acba2e7ff on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.727% when pulling 66ae37a0ea7d15a8041ffd640e88daf71948f7a3 on r24mille:170_rst_formatting_fix into 1df9e480a848c4e7613324f57f8c061acba2e7ff on WattTime:master.

r24mille commented 6 years ago

Closing #171 in favour of #173, which has been rebased on master with all the recent changes.