Skip to content

Commit

Permalink
Updated website (automated commit) – Thursday, 26. January 2017 06:19PM
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisBot authored and TravisBot committed Jan 26, 2017
1 parent c2c6279 commit 0e5de64
Show file tree
Hide file tree
Showing 27 changed files with 422 additions and 144 deletions.
7 changes: 7 additions & 0 deletions _sources/index.rst.txt
Expand Up @@ -58,6 +58,13 @@ part of which is providing a Python kernel for Jupyter.
Announcements
=============

- **JupyterCon 2017**: The first Jupyter Community Conference will take place
in New York City on August 23-25 2017, along with a satellite training
program on August 22-23. The Project Jupyter team has partnered with O'Reilly
Media for this event; for more details, including submitting a talk, `see the
JupyterCon website
<http://jupytercon.com>`_.

- **IPython 5.0**: The release of IPython 5.0 brings a major revision of the
terminal interface, including syntax highlighting as you type and better
multiline editing, thanks to the ``prompt_toolkit`` library. See the
Expand Down
94 changes: 94 additions & 0 deletions _static/jupytercon-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _static/pygments.css
Expand Up @@ -47,8 +47,10 @@
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
Expand All @@ -59,7 +61,9 @@
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #06287e } /* Name.Function.Magic */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
19 changes: 13 additions & 6 deletions books.html
Expand Up @@ -150,6 +150,13 @@
</style>
</div>

<div class="sidebarblock">
<h3>JupyterCon</h3>
<a href="http://jupytercon.com">
<img src="_static/jupytercon-logo.svg" width="180px" alt="JupyterCon 2017">
</a>
</div>

<div class="sidebarblock">
<h3>Notebook Viewer</h3>

Expand All @@ -160,8 +167,8 @@ <h3>Notebook Viewer</h3>
<script type="text/javascript">
nbviewer_random_thumbnail();
</script>
</div>
</div>

</div>

<div class="sidebarblock">
Expand Down Expand Up @@ -199,7 +206,7 @@ <h3>For developers</h3>
<li><a class="reference external" href="http://travis-ci.org/#!/ipython/ipython">
Travis CI</a></li>
<li><a class="reference external" href="https://github.com/ipython/ipython/wiki">Wiki</a></li>
</ul>
</ul>
</div>

<div class="sidebarblock">
Expand All @@ -210,7 +217,7 @@ <h3>Book</h3>
support IPython's development." width="160" height="200" id="sidebar-book-cover"
style="margin-bottom: 10px;"></a>
<script language="javascript">
// most recent at the end
// most recent at the end
var urls = [
"_static/ipython-book.jpg",
"_static/ipython-cookbook.jpg",
Expand All @@ -227,7 +234,7 @@ <h3>Book</h3>
function repick(){
$("#sidebar-book-cover").attr("src", pick());
}

window.onload = repick ;

var seconds = 1000;
Expand Down Expand Up @@ -377,7 +384,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this

<div class="footer" role="contentinfo">
&#169; Copyright the IPython development team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.1.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div>
</div>

Expand Down

0 comments on commit 0e5de64

Please sign in to comment.