pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 300 forks source link

Sorting the pandas navbar in alphabetical order #1917

Closed jeropaul closed 4 days ago

jeropaul commented 4 days ago

The navigation bar in the API reference documentation is not sorted in alphabetical order!

current navigation example, The screenshot I initially included ended up being massive

Dataframe
  pandas.DataFrame
  pandas.DataFrame.index
  pandas.DataFrame.columns
  pandas.DataFrame.dtypes
  pandas.DataFrame.info
  pandas.DataFrame.select_dtypes
  pandas.DataFrame.values
  pandas.DataFrame.axes
  pandas.DataFrame.ndim
  pandas.DataFrame.size
  pandas.DataFrame.shape
  pandas.DataFrame.memory_usage
  pandas.DataFrame.empty

As a developer starting to work with Python and Pandas When reviewing the Pandas API docs Then it is really easy to miss behaviour that I would want to use, because I do not understand how it is sorted.

drammock commented 4 days ago

Order is determined by the pandas developers, and is not controlled/configured at the theme level. Please raise your concerns on https://github.com/pandas-dev/pandas