Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc build #2

Closed
wants to merge 5 commits into from
Closed

Fix doc build #2

wants to merge 5 commits into from

Conversation

tonysyu
Copy link
Member

@tonysyu tonysyu commented Jul 11, 2011

Multiple fixes for doc build

  • Replace docs/ext/plot_directive.py with matplotlib's (current trunk), which fixes the doc build for Sphinx 1.0.
  • Remove auto-generated API files when running "make clean"
  • Fix apigen.py so that it finds the proper path for scikits.image when other scikits are present.

__import__ can get confused about which scikits path to import when multiple scikits are present on a system.

Note that `root_module` is no longer an attribute of `ApiDocWriter` (it wasn't being used anywhere), and it now points to "scikits.image" instead of "scikits".
@stefanv
Copy link
Member

stefanv commented Jul 15, 2011

Thanks for the fixes, Tony. They were incorporated by @holtzhau and merged.

@stefanv stefanv closed this Jul 15, 2011
tonysyu pushed a commit that referenced this pull request Aug 1, 2012
MISC minor cleanup in doctests / examples
ahojnnes pushed a commit that referenced this pull request Nov 14, 2012
blink1073 referenced this pull request in blink1073/scikit-image Dec 23, 2012
BUG: Canvastools buttons inappropriately take focus
ahojnnes added a commit that referenced this pull request Apr 7, 2013
Change API for Gabor filter
chintak referenced this pull request in chintak/scikit-image Jul 6, 2013
Use camera image in example to check inpainting accuracy
@stefanv stefanv mentioned this pull request Jun 15, 2014
juliantaylor pushed a commit to juliantaylor/scikit-image that referenced this pull request Sep 5, 2014
don't optimize pngs in post build processors some derivatives use
blink1073 added a commit that referenced this pull request Jan 21, 2015
JDWarner pushed a commit that referenced this pull request Jul 4, 2015
Switched to cnp where applicable.
jni pushed a commit that referenced this pull request Aug 29, 2015
blink1073 pushed a commit that referenced this pull request Dec 13, 2015
Avoids crash of active contour example when run with old scipy version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants