Hi,
I've been working with sphinx api-doc for autogenerating some documentation for a package, and the output is a farcry from the nice, super-slick layout that scikit-image has. I saw that on the bottom of your page, the docs are built with sphinx and bootstrap. Is the source code for the documentation available for perusing by chance? I'd love to get some insights on how you keep your page so nice and tidy!
--
You received this message because you are subscribed to a topic in the Google Groups "scikit-image" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scikit-image/k5K6_vanZVI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scikit-image...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com.
I really am impressed by this plt2rst.py module for autogenerating example documentation!
I've been trying to implement it just to test it out and think I have it setup right in terms of placement in my docs directory, I made an example plot_test.py file in examples, but I'm confused on how to actually use the plt2rst.py module. Consider this line from that file:def setup(app):app.connect('builder-inited', generate_example_galleries)app.add_config_value('plot2rst_paths',('../examples', 'auto_examples'), TrueWhen/how is this ever called? The examples themselves don't use these directives; so when is this found?
When I build in my make file, no auto_examples.html file is ever created in my build directory. So I'm thinking I'm not using this correctly. Is there another step besides just doing make build?
Thanks Stefan. Ya we were pretty surprised when dumping the mpld3 html back into midel just happened to work and not break anything
*model
> http://hugadams.github.io/scikit-spectra/
That is a very impressive notebook widget shown in the video! I love
how it interacts with mpl3d.
--
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com.
On Dec 11, 2014 7:58 PM, "Thomas Caswell" <tcas...@gmail.com> wrote:
>
> matplotlib uses the organization-level gh-pages to host the documentation which seems to work pretty well.
We do the same thing, in fact. No go-pages branch needed.
Stéfan
--