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..0b8a2cb89b45e 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 ------------------------------------------------