From 8f2ec2597e439ded2085937817e52fdb113401dd Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 29 Sep 2020 15:55:01 -0500 Subject: [PATCH 1/2] DOC: Update roadmap for completions Moves docs to completed section. --- doc/source/development/roadmap.rst | 31 ++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/doc/source/development/roadmap.rst b/doc/source/development/roadmap.rst index efee21b5889ed..062adc3b91efb 100644 --- a/doc/source/development/roadmap.rst +++ b/doc/source/development/roadmap.rst @@ -141,20 +141,6 @@ ways for users to apply their own Numba-jitted functions where pandas accepts us and in groupby and window contexts). This will improve the performance of user-defined-functions in these operations by staying within compiled code. - -Documentation improvements --------------------------- - -We'd like to improve the content, structure, and presentation of the pandas documentation. -Some specific goals include - -* Overhaul the HTML theme with a modern, responsive design (:issue:`15556`) -* Improve the "Getting Started" documentation, designing and writing learning paths - for users different backgrounds (e.g. brand new to programming, familiar with - other languages like R, already familiar with Python). -* Improve the overall organization of the documentation and specific subsections - of the documentation to make navigation and finding content easier. - Performance monitoring ---------------------- @@ -203,3 +189,20 @@ should be notified of the proposal. When there's agreement that an implementation would be welcome, the roadmap should be updated to include the summary and a link to the discussion issue. + +Completed Items +--------------- + +This section records now completed items from the pandas roadmap. + +Documentation improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +We improved the pandas documentation + +* The pandas community worked with others to build the `pydata-sphinx-theme`_, + which is now used for https://pandas.pydata.org/docs/ (:issue:`15556`). +* :ref:`getting_started` contains a number of resources intended for new + pandas users coming from a variety of backgrounds (:issue:`26831`). + +.. _pydata-sphinx-theme: https://github.com/pandas-dev/pydata-sphinx-theme From 4585162826a5e5354fe6141e20d54fd181ccc09e Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 29 Sep 2020 20:22:02 -0500 Subject: [PATCH 2/2] Update doc/source/development/roadmap.rst --- doc/source/development/roadmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/roadmap.rst b/doc/source/development/roadmap.rst index 062adc3b91efb..8223edcf6f63a 100644 --- a/doc/source/development/roadmap.rst +++ b/doc/source/development/roadmap.rst @@ -190,7 +190,7 @@ When there's agreement that an implementation would be welcome, the roadmap should be updated to include the summary and a link to the discussion issue. -Completed Items +Completed items --------------- This section records now completed items from the pandas roadmap.