From ac70601e1e275acb082b72821b97433f6937a516 Mon Sep 17 00:00:00 2001 From: tommyod Date: Mon, 25 Dec 2017 22:57:57 +0100 Subject: [PATCH 1/2] DOC: Fixed minor spelling errors --- doc/source/overview.rst | 4 ++-- doc/source/tutorials.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 00a71603e1261..0354f6e7f06f7 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -102,7 +102,7 @@ project, and makes it possible to `donate `__ . +The governance process that pandas project has used informally since its inception in 2008 is formalized in `Project Governance documents `__. The documents clarify how decisions are made and how the various elements of our community interact, including the relationship between open source collaborative development and work that may be funded by for-profit or non-profit entities. Wes McKinney is the Benevolent Dictator for Life (BDFL). @@ -116,7 +116,7 @@ The list of the Core Team members and more detailed information can be found on Institutional Partners ---------------------- -The information about current institutional partners can be found on `pandas website page `__ +The information about current institutional partners can be found on `pandas website page `__. License ------- diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index 1c34c16ea965a..3c2200a72c2c4 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -161,6 +161,7 @@ Modern Pandas - `Performance `_ - `Tidy Data `_ - `Visualization `_ +- `Timeseries` `_ Excel charts with pandas, vincent and xlsxwriter ------------------------------------------------ From 30b5b9701ba4fe68548790918bfe4a8928a5b1a3 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 26 Dec 2017 09:11:26 +0100 Subject: [PATCH 2/2] correct link notation --- doc/source/tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index 3c2200a72c2c4..0b8a2cb89b45e 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -161,7 +161,7 @@ Modern Pandas - `Performance `_ - `Tidy Data `_ - `Visualization `_ -- `Timeseries` `_ +- `Timeseries `_ Excel charts with pandas, vincent and xlsxwriter ------------------------------------------------