Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacing after parameter list is too small compared to spacing before it. #176

Open
anntzer opened this issue Feb 11, 2021 · 0 comments
Open
Labels

Comments

@anntzer
Copy link

anntzer commented Feb 11, 2021

cat >project.py <<EOF
def 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
screenshot

The vertical spacing between "Parameters" and "project.foo" is noticeably less than the spacing before "Parameters", which is a bit strange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants