python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
sphinx gettext does not match textdomains in subdirectories when gettext_compact=False
I'm currently working on a complex documentation project with python sphinx.
My next step is to enable internationalization.
Project overview (simplified):
doc\
build\ # contains sphinx build ou...
walkslowly
Votes: 0
Answers: 1
Regex explanation of sphinx gallery
I am debugging sphinx gallery tooltip generation which involves following code:
def extract_intro_and_title(filename, docstring):
"""Extract and clean the first paragraph of module-...
Shiv
Votes: 0
Answers: 1
In Sphinx, when using sphinx.ext.autosummary, how do I exclude base class members?
I am using Sphinx to document a code base docString; in python. I have code like this -
class foo(np.ndarray):
def foo_func():
pass
class bar(foo):
def bar_func():
pass
When usi...
Phil
Votes: 0
Answers: 0
Types of setter arguments not showing in Sphinx documentation
I can't figure out how to get the type hints to appear in the Sphinx generated documentation from setters arguments.
I have a Python class with an attribute called batches and I've got docstrings in t...
OpenMC Workshop
Votes: 0
Answers: 1