python-sphinx
How do I write the Multiplication Sign in reStructuredText (reST)?
I\'m writing reST documents that will be rendered to HTML and PDF using Sphinx. My source files are UTF-8, and expect my HTML to be displayed as UTF-8.[详细]
2023-03-13 04:22 分类:问答Combining Sphinx documentation from multiple subprojects: Handling indices, syncing configuration, etc
We have a multi-module project documented with the (excellent) Sphinx. Our setup is not unlike one described on the mailing list. Overall this works great! But we have a few questions a开发者_如何学编[详细]
2023-03-12 08:57 分类:问答In Sphinx documentation, is it possible to use the module name to specify a code sample to be included?
I\'d like to 开发者_如何学编程include a code example in my sphinx documentation. I don\'t, however, want to refer to the file by its path,[详细]
2023-03-10 13:12 分类:问答How can I put an intersphinx link to an arbitrary method in the standard library documentation?
I am trying to use Sphinx to document a project, but I cannot figure out how to use intersphinx.I use this line:[详细]
2023-03-08 14:51 分类:问答Automatic correction of python sphinx line length
Usually, best practices related to sphinx says t开发者_C百科hat you must limit the line length to less than 80 characters.[详细]
2023-03-07 23:24 分类:问答Sphinx domain for Clojure
I\'m used to working with Sphinx for C++ and Python projects.I\'ve just started a project in Clojure and I\'d like to re-use my Sphinx/reStructuredText skills to document my Clojure code.Since there\'[详细]
2023-02-24 11:08 分类:问答Convert Python 3 to "simple" python that can be read by autodoc
I have a written a program in Python 3 and are using Sphinx to document it. Sphinx\'s autodoc is great, however it only works with Python 2. Some modules work fine in autodoc, however modules don\'t.[详细]
2023-02-24 00:07 分类:问答How can I add a custom footer to Sphinx documentation?
If I have some documentation, like for example Galleria\'s documentation, how can I set it up so that when I run the make html command it开发者_运维问答 will add a custom footer to each page?[详细]
2023-02-23 08:43 分类:问答Docstring inheritance for properties using sphinx's autodoc
I have a class like this: class MyBase(objec开发者_StackOverflow社区t): x = 3 \"\"\"Documentation for property x\"\"\"[详细]
2023-02-21 23:59 分类:问答How to create a nested list in reStructuredText?
I am trying to create a properly nested list using the following code (following Sphinx and docutils docs):[详细]
2023-02-21 22:48 分类:问答