You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat >project.py <<EOFdef foo(x): """ Foos the thing. :param x: The x. """def bar(y): """ Bars the thing. :param y: The y. """EOF
sphinx-apidoc . -o . -F -A me -V 0.0
PYTHONPATH=. make html
(in a clean folder) gives
The vertical spacing between "Parameters" and "project.foo" is noticeably less than the spacing before "Parameters", which is a bit strange.
The text was updated successfully, but these errors were encountered:
(in a clean folder) gives
The vertical spacing between "Parameters" and "project.foo" is noticeably less than the spacing before "Parameters", which is a bit strange.
The text was updated successfully, but these errors were encountered: