python-sphinx
Is it possible to override Sphinx autodoc for specific functions?
I\'m using Sphinx\'s autodoc plugin to automatically document a set of modules.I have a function that accepts *args, and I\'d like to override the documentation to show the slightly nicer funcname(arg[详细]
2023-02-18 23:33 分类:问答Including source in Sphinx documentation
I am trying to use Sphinx to document a Python project of mine, but I am struggl开发者_StackOverflow中文版ing with the differences between this tool and the usual tools like JavaDoc which are meant to[详细]
2023-02-16 22:57 分类:问答sphinx autodoc help
Trying to use autdoc extension of sphinx but its n开发者_高级运维ot working. i kept \"docs\" folder in djano project folder. its not generating docs for my module.Also i am not sure how does auto-todo[详细]
2023-02-15 10:44 分类:问答sphinx, buildbot (and code coverage). how do they integrate?
I have a not-so-small python package, with quite some history, documented with docstrings.During its development we introduced buildbot and later on Jenkins/Hudson.Recently I added a sphinx recipe to[详细]
2023-02-14 08:31 分类:问答sphinx customization of latexpdf output?
Just curious if anyone knows how to customize the sphinx output when using the latexpdf target? I\'ve seen lots of custom stuff for html output, but cant seem to find any example开发者_C百科 of custom[详细]
2023-02-07 05:08 分类:问答Format text in a link in reStructuredText
How do you format text within a denoted link in reStructuredText? Specifically, I wish to generate the following HTML fro开发者_运维技巧m my rst:[详细]
2023-02-05 21:38 分类:问答Autodoc params?
I\'m newbie using sphinx. It looks pretty good. I have almost documented all my project using autodoc, but I want to change one behavior. Reading the documentation, I\'ve seen this: autodoc_member_ord[详细]
2023-02-04 01:36 分类:问答Using Sphinx with a distutils-built C extension
I have written a Python module including a submodule written in C: the module itself is called foo and the C part is foo._bar. The structure looks like:[详细]
2023-02-03 23:27 分类:问答sphinx import parent dir rst file?
I need to create one sphinx project for each module, and each module share some common rsts, like comp开发者_如何转开发any info, license, etc.[详细]
2023-02-02 01:54 分类:问答RESTful web service API documentation with Sphinx [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-01 05:06 分类:问答