nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

Fix errors that were crashing doc build #122

Closed mwaskom closed 9 years ago

mwaskom commented 9 years ago

GH-#115 removed surfer.io.read_label but did not change the example that was referencing it. I'm surprised that got through Travis-- does Travis not build the docs?

While fixing this I also noticed a couple of things that had gotten out of date and fixed an oversight from the config file removal.

larsoner commented 9 years ago

Travis does not build the docs, no. Feel free to open a PR for that :) It could be another worker condition.

larsoner commented 9 years ago

LGTM, +1 for merge once the CIs are happy

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.11%) to 72.46% when pulling 8bf48a88561787e031213ab40e66b68fe5b53e39 on mwaskom:fix_docs into 634cd6d02119394c602cf229f39d8356fec94848 on nipy:master.