python-sphinx
Minimal domain for sphinx
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[详细]
2023-03-31 03:33 分类:问答Javascript API documenting framework with lightweight mark-up
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)[详细]
2023-03-27 18:07 分类:问答Getting started about writing documentation for django application [closed]
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[详细]
2023-03-27 14:01 分类:问答Is OptionParser in conflict with Sphinx?
I\'m trying to write a documentation for my project in Sphinx and whenever Sphinx encounters OptionParser in my module it gives me:[详细]
2023-03-25 12:50 分类:问答Adding a theme to Sphinx documentation
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[详细]
2023-03-24 04:33 分类:问答Sphinx autodoc integrate decorated properties
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.[详细]
2023-03-23 07:57 分类:问答Can you rename "table of contents" in the Sphinx sidebar?
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:[详细]
2023-03-22 17:05 分类:问答How do I get Sphinx to markup C calls in text the way the standard Python docs do?
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:[详细]
2023-03-20 20:07 分类:问答Parsing reStructuredText into HTML
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.[详细]
2023-03-19 06:03 分类:问答Using Sphinx docs how can I specify png image formats for HTML builds and pdf image formats for Latex/PDF builds?
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.[详细]
2023-03-15 02:14 分类:问答