Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Hide descclassname in IPython docs ? #10660
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Carreau commentedJun 12, 2017
Sphinx by default show the fully qualified names of all objects, which is unnecessary as objects are in the current module you;re looking the docs for.
You can hide the name prefix with
That makes default page way easier to read (IMHO), so I'd like to have other thoughts.
@ellisonbg if you like that is it something that we might roll into the Jupyter Theme ?