Hi Daniel. Thanks for tackling this :) On 05/18/2012 03:31 AM, Daniel Duckworth wrote: > Hi everyone, > > I'm currently working on getting a module running for state estimation > in Linear-Gaussian discrete-time systems. I think I'm doing alright > so far, with the Kalman Filter/Smoother and EM algorithm implemented > and documented as well as a User's Guide module written in draft form. > However, I'm having a hard time finding out exactly how to get things > on the documentation side together and could really use a quick hand > with the following, > > * How does one include a non-autogenerated image in the documentation? > I've tried putting it in docs/images and referencing it, but it > doesn't look like it's being exported in the build We really try to avoid non-autogenerated images. Why do you want that? > * How does one get sphinx to autogenerate code documentation? When I > `make html`, it seems like my module is missing from the reference > section. You have to add the classes and functions to modules/classes.rst. > * Is there a short guide of all :command: methods in Sphinx? I > couldn't find some of the ones I saw in the documentation and I could > really use a primer. > Not sure. But I think the only ones we use are :ref:, :math:, :class:, :func: ;)
Do you have any specific questions? Cheers, Andy ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
