I would like to use Sphinx for my own project and for that I want to create a new sphinx domain. But I have serious trouble getting started. My minimal sphinx domain would allow only a single instruct
I\'m seeking a Javascript API documenting framework with features similar to JSDoc, but would use easy-to-type restructured text or markdown in the code comments (not html)
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve开发者_StackOverflow社区 this question? Update the question so it focuses on one problem
I\'m trying to write a documentation for my project in Sphinx and whenever Sphinx encounters OptionParser in my module it gives me:
I am trying to add some theme/template design to my documentation and I was wondering if there was any way to add a lin开发者_运维知识库e of HTML on line 20 of every HTML page generated by Sphinx?You
I started using Sphinx for documenting my sqlalchemy-driven app. One of typical uses of SA in attribute manipu开发者_开发技巧lation is using hybrid-property decorator.
More generally how do you rename Sphinx开发者_运维问答 default elements (e.g. Quick Search to Search)? Can you?Here is how you could change \"Quick search\" to something else by overriding a template:
In the standard Python documentation, system calls appear as bold, fixed-width font. You can see t开发者_开发百科his in the asyncore section, when it mentions select() or poll() for example:
I\'m making a framework in which I let developers describe their package using reStructuredText. I want to parse that reStructuredText into HTML so I can show it in a GUI.
Using sphinx doc generator, I am trying to use .png images for the HTML builds of the documentation, and then I want to have the .svg images used for the PDF/LATEx builds.