astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

modindex_common_prefix #495

Closed nstarman closed 3 years ago

nstarman commented 3 years ago

This simplifies the search page.

From https://www.sphinx-doc.org/en/master/usage/configuration.html

A list of prefixes that are ignored for sorting the Python module index (e.g., if this is set to ['foo.'], then foo.bar is shown under B, not F). This can be handy if you document a project that consists of a single package. Works only for the HTML builder currently. Default is [].

New in version 0.6.

Signed-off-by: Nathaniel Starkman nstarkman@protonmail.com

nstarman commented 3 years ago

@pllim , The travis PR actually successfully built but is failing to report back. This PR is ready for review.