Skip to content

Commit 0e5de64

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Thursday, 26. January 2017 06:19PM
1 parent c2c6279 commit 0e5de64

27 files changed

+422
-144
lines changed

_sources/index.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ part of which is providing a Python kernel for Jupyter.
5858
Announcements
5959
=============
6060

61+
- **JupyterCon 2017**: The first Jupyter Community Conference will take place
62+
in New York City on August 23-25 2017, along with a satellite training
63+
program on August 22-23. The Project Jupyter team has partnered with O'Reilly
64+
Media for this event; for more details, including submitting a talk, `see the
65+
JupyterCon website
66+
<http://jupytercon.com>`_.
67+
6168
- **IPython 5.0**: The release of IPython 5.0 brings a major revision of the
6269
terminal interface, including syntax highlighting as you type and better
6370
multiline editing, thanks to the ``prompt_toolkit`` library. See the

_static/jupytercon-logo.svg

Lines changed: 94 additions & 0 deletions
Loading

_static/pygments.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@
4747
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
4848
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
4949
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
50+
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
5051
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
5152
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
53+
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
5254
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
5355
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
5456
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
@@ -59,7 +61,9 @@
5961
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
6062
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
6163
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
64+
.highlight .fm { color: #06287e } /* Name.Function.Magic */
6265
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
6366
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
6467
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
68+
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
6569
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

books.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@
150150
</style>
151151
</div>
152152

153+
<div class="sidebarblock">
154+
<h3>JupyterCon</h3>
155+
<a href="http://jupytercon.com">
156+
<img src="_static/jupytercon-logo.svg" width="180px" alt="JupyterCon 2017">
157+
</a>
158+
</div>
159+
153160
<div class="sidebarblock">
154161
<h3>Notebook Viewer</h3>
155162

@@ -160,8 +167,8 @@ <h3>Notebook Viewer</h3>
160167
<script type="text/javascript">
161168
nbviewer_random_thumbnail();
162169
</script>
163-
164-
</div>
170+
</div>
171+
165172
</div>
166173

167174
<div class="sidebarblock">
@@ -199,7 +206,7 @@ <h3>For developers</h3>
199206
<li><a class="reference external" href="http://travis-ci.org/#!/ipython/ipython">
200207
Travis CI</a></li>
201208
<li><a class="reference external" href="https://github.com/ipython/ipython/wiki">Wiki</a></li>
202-
</ul>
209+
</ul>
203210
</div>
204211

205212
<div class="sidebarblock">
@@ -210,7 +217,7 @@ <h3>Book</h3>
210217
support IPython's development." width="160" height="200" id="sidebar-book-cover"
211218
style="margin-bottom: 10px;"></a>
212219
<script language="javascript">
213-
// most recent at the end
220+
// most recent at the end
214221
var urls = [
215222
"_static/ipython-book.jpg",
216223
"_static/ipython-cookbook.jpg",
@@ -227,7 +234,7 @@ <h3>Book</h3>
227234
function repick(){
228235
$("#sidebar-book-cover").attr("src", pick());
229236
}
230-
237+
231238
window.onload = repick ;
232239

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

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

0 commit comments

Comments
 (0)