Skip to content

Commit c4ff127

Browse files
DOC: Update roadmap for completions (#36728)
1 parent 0846dc1 commit c4ff127

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

doc/source/development/roadmap.rst

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -141,20 +141,6 @@ ways for users to apply their own Numba-jitted functions where pandas accepts us
141141
and in groupby and window contexts). This will improve the performance of
142142
user-defined-functions in these operations by staying within compiled code.
143143

144-
145-
Documentation improvements
146-
--------------------------
147-
148-
We'd like to improve the content, structure, and presentation of the pandas documentation.
149-
Some specific goals include
150-
151-
* Overhaul the HTML theme with a modern, responsive design (:issue:`15556`)
152-
* Improve the "Getting Started" documentation, designing and writing learning paths
153-
for users different backgrounds (e.g. brand new to programming, familiar with
154-
other languages like R, already familiar with Python).
155-
* Improve the overall organization of the documentation and specific subsections
156-
of the documentation to make navigation and finding content easier.
157-
158144
Performance monitoring
159145
----------------------
160146

@@ -203,3 +189,20 @@ should be notified of the proposal.
203189
When there's agreement that an implementation
204190
would be welcome, the roadmap should be updated to include the summary and a
205191
link to the discussion issue.
192+
193+
Completed items
194+
---------------
195+
196+
This section records now completed items from the pandas roadmap.
197+
198+
Documentation improvements
199+
~~~~~~~~~~~~~~~~~~~~~~~~~~
200+
201+
We improved the pandas documentation
202+
203+
* The pandas community worked with others to build the `pydata-sphinx-theme`_,
204+
which is now used for https://pandas.pydata.org/docs/ (:issue:`15556`).
205+
* :ref:`getting_started` contains a number of resources intended for new
206+
pandas users coming from a variety of backgrounds (:issue:`26831`).
207+
208+
.. _pydata-sphinx-theme: https://github.com/pandas-dev/pydata-sphinx-theme

0 commit comments

Comments
 (0)