1- contents.html
1+
2+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4+
5+ < html xmlns ="http://www.w3.org/1999/xhtml ">
6+ < head >
7+ < meta http-equiv ="X-UA-Compatible " content ="IE=Edge " />
8+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
9+ < title > Pandas documentation sprint — Python documentation</ title >
10+ < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
11+ < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
12+ < script type ="text/javascript " src ="_static/documentation_options.js "> </ script >
13+ < script type ="text/javascript " src ="_static/jquery.js "> </ script >
14+ < script type ="text/javascript " src ="_static/underscore.js "> </ script >
15+ < script type ="text/javascript " src ="_static/doctools.js "> </ script >
16+ < link rel ="index " title ="Index " href ="genindex.html " />
17+ < link rel ="search " title ="Search " href ="search.html " />
18+ < link rel ="next " title ="Before the sprint: Set up instructions " href ="pandas_setup.html " />
19+
20+ < link rel ="stylesheet " href ="_static/custom.css " type ="text/css " />
21+
22+
23+ < meta name ="viewport " content ="width=device-width, initial-scale=0.9, maximum-scale=0.9 " />
24+
25+ </ head > < body >
26+
27+
28+ < div class ="document ">
29+ < div class ="documentwrapper ">
30+ < div class ="bodywrapper ">
31+ < div class ="body " role ="main ">
32+
33+ < div class ="section " id ="pandas-documentation-sprint ">
34+ < h1 > Pandas documentation sprint< a class ="headerlink " href ="#pandas-documentation-sprint " title ="Permalink to this headline "> ¶</ a > </ h1 >
35+ < p > The < a class ="reference external " href ="https://python-sprints.github.io/pandas/ "> pandas documentation sprint</ a >
36+ is a worldwide event that will take place
37+ the 10th of March of 2018. During the sprint open source hackers will work
38+ on improving the < a class ="reference external " href ="https://pandas.pydata.org/pandas-docs/stable/api.html "> pandas API documentation</ a > .</ p >
39+ < p > While most of pandas documentation is great, very extensive, and easy to follow,
40+ the API documentation could in many cases be better. Many of the < cite > DataFrame</ cite >
41+ or < cite > Series</ cite > methods for example, are documented with just a one liner
42+ summary. In some cases, the documented parameters are not up to date with
43+ the actual method parameters. And while docstrings use the numpy docstring
44+ convention, they could benefit from some pandas specific convention.</ p >
45+ < p > There are around 1,300 API pages in pandas, meaning that the effort to fix,
46+ standardize and improve all the API documentation is huge. But the pandas
47+ user base is also huge. And Pythonistas are very active and well organized.
48+ So, we will work together from all around the world to take care of every
49+ single API, in a single day.</ p >
50+ < p > This document provides all the necessary information to participate to the
51+ pandas documentation sprint.</ p >
52+ < div class ="toctree-wrapper compound ">
53+ < ul >
54+ < li class ="toctree-l1 "> < a class ="reference internal " href ="pandas_setup.html "> Before the sprint: Set up instructions</ a > </ li >
55+ < li class ="toctree-l1 "> < a class ="reference internal " href ="pandas_docstring.html "> pandas docstring guide</ a > </ li >
56+ < li class ="toctree-l1 "> < a class ="reference internal " href ="pandas_pr.html "> Submitting your changes</ a > </ li >
57+ </ ul >
58+ </ div >
59+ </ div >
60+
61+
62+ </ div >
63+ </ div >
64+ </ div >
65+ < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
66+ < div class ="sphinxsidebarwrapper ">
67+ < p class ="logo "> < a href ="# ">
68+ < img class ="logo " src ="_static/logo.png " alt ="Logo "/>
69+ </ a > </ p > < div class ="relations ">
70+ < h3 > Related Topics</ h3 >
71+ < ul >
72+ < li > < a href ="# "> Documentation overview</ a > < ul >
73+ < li > Next: < a href ="pandas_setup.html " title ="next chapter "> Before the sprint: Set up instructions</ a > </ li >
74+ </ ul > </ li >
75+ </ ul >
76+ </ div >
77+ < div role ="note " aria-label ="source link ">
78+ < h3 > This Page</ h3 >
79+ < ul class ="this-page-menu ">
80+ < li > < a href ="_sources/index.rst.txt "
81+ rel ="nofollow "> Show Source</ a > </ li >
82+ </ ul >
83+ </ div >
84+ < div id ="searchbox " style ="display: none " role ="search ">
85+ < h3 > Quick search</ h3 >
86+ < div class ="searchformwrapper ">
87+ < form class ="search " action ="search.html " method ="get ">
88+ < input type ="text " name ="q " />
89+ < input type ="submit " value ="Go " />
90+ < input type ="hidden " name ="check_keywords " value ="yes " />
91+ < input type ="hidden " name ="area " value ="default " />
92+ </ form >
93+ </ div >
94+ </ div >
95+ < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
96+ </ div >
97+ </ div >
98+ < div class ="clearer "> </ div >
99+ </ div >
100+ < div class ="footer ">
101+ ©.
102+
103+ |
104+ Powered by < a href ="http://sphinx-doc.org/ "> Sphinx 1.7.1</ a >
105+ & < a href ="https://github.com/bitprophet/alabaster "> Alabaster 0.7.10</ a >
106+
107+ |
108+ < a href ="_sources/index.rst.txt "
109+ rel ="nofollow "> Page source</ a >
110+ </ div >
111+
112+
113+
114+
115+ </ body >
116+ </ html >
0 commit comments