Skip to content

Commit

Permalink
Moved down the about hte author
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 13, 2017
1 parent f9fb9c2 commit b1c5d23
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/index.doctree
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/_build_html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ First Python Notebook

A step-by-step guide to analyzing data with Python and the Jupyter Notebook.

It was developed by `Ben Welsh <http://palewi.re/who-is-ben-welsh/>`_ for a `Oct. 2, 2016, "watchdog workshop" organized by Investigative Reporters and Editors <http://ire.org/events-and-training/event/2819/2841/>`_ at San Diego State University's school of journalism. It is scheduled to be taught to students at Stanford's Journalism School and at the annual conference of the National Institute for Computer-Assisted Reporting in early 2017.


What you will learn
-------------------
Expand All @@ -18,6 +16,10 @@ You will learn just enough Python to do damage with the powerful `pandas <http:/

And most important: you will see how these tools can increase the speed and veracity of your journalism.

About the authors
-----------------

This course was first developed by `Ben Welsh <http://palewi.re/who-is-ben-welsh/>`_ for a `Oct. 2, 2016, "watchdog workshop" organized by Investigative Reporters and Editors <http://www.californiacivicdata.org/2016/10/08/first-python-notebook/>`_ at San Diego State University's school of journalism. It was revised for a Feb. 14-16, 2017, hands-on training of students at Stanford's journalism school. It will be expanded for `a six-hour class <https://www.ire.org/events-and-training/event/2702/2879/>`_ at the annual conference of the National Institute for Computer-Assisted Reporting in March 2017.

Prelude: Prequisites
--------------------
Expand Down
6 changes: 5 additions & 1 deletion docs/_build_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">First Python Notebook</a><ul>
<li><a class="reference internal" href="#what-you-will-learn">What you will learn</a></li>
<li><a class="reference internal" href="#about-the-authors">About the authors</a></li>
<li><a class="reference internal" href="#prelude-prequisites">Prelude: Prequisites</a></li>
<li><a class="reference internal" href="#act-1-hello-notebook">Act 1: Hello notebook</a></li>
<li><a class="reference internal" href="#act-2-hello-pandas">Act 2: Hello pandas</a></li>
Expand Down Expand Up @@ -137,13 +138,16 @@
<div class="section" id="first-python-notebook">
<h1>First Python Notebook<a class="headerlink" href="#first-python-notebook" title="Permalink to this headline"></a></h1>
<p>A step-by-step guide to analyzing data with Python and the Jupyter Notebook.</p>
<p>It was developed by <a class="reference external" href="http://palewi.re/who-is-ben-welsh/">Ben Welsh</a> for a <a class="reference external" href="http://ire.org/events-and-training/event/2819/2841/">Oct. 2, 2016, &#8220;watchdog workshop&#8221; organized by Investigative Reporters and Editors</a> at San Diego State University&#8217;s school of journalism. It is scheduled to be taught to students at Stanford&#8217;s Journalism School and at the annual conference of the National Institute for Computer-Assisted Reporting in early 2017.</p>
<div class="section" id="what-you-will-learn">
<h2>What you will learn<a class="headerlink" href="#what-you-will-learn" title="Permalink to this headline"></a></h2>
<p>This three-hour tutuorial will guide you through an investigation of money in politics using data from the <a class="reference external" href="http://www.californiacivicdata.org/">California Civic Data Coalition</a>.</p>
<p>You will learn just enough Python to do damage with the powerful <a class="reference external" href="http://pandas.pydata.org/">pandas</a> data analysis library, the most popular open-source tool for working with large data files. You will also learn how to record, remix and republish your analysis using the <a class="reference external" href="http://jupyter.org/">Jupyter Notebook</a>, a browser-based app for writing code that is emerging as the standard for sharing reproducible research in the sciences.</p>
<p>And most important: you will see how these tools can increase the speed and veracity of your journalism.</p>
</div>
<div class="section" id="about-the-authors">
<h2>About the authors<a class="headerlink" href="#about-the-authors" title="Permalink to this headline"></a></h2>
<p>This course was first developed by <a class="reference external" href="http://palewi.re/who-is-ben-welsh/">Ben Welsh</a> for a <a class="reference external" href="http://www.californiacivicdata.org/2016/10/08/first-python-notebook/">Oct. 2, 2016, &#8220;watchdog workshop&#8221; organized by Investigative Reporters and Editors</a> at San Diego State University&#8217;s school of journalism. It was revised for a Feb. 14-16, 2017, hands-on training of students at Stanford&#8217;s journalism school. It will be expanded for <a class="reference external" href="https://www.ire.org/events-and-training/event/2702/2879/">a six-hour class</a> at the annual conference of the National Institute for Computer-Assisted Reporting in March 2017.</p>
</div>
<div class="section" id="prelude-prequisites">
<h2>Prelude: Prequisites<a class="headerlink" href="#prelude-prequisites" title="Permalink to this headline"></a></h2>
<p>Before you can begin, your computer needs the following tools installed and working to participate.</p>
Expand Down

0 comments on commit b1c5d23

Please sign in to comment.