-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathindex.html
57 lines (47 loc) · 2.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>iPython Notebook Goodies by kmahelona</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>iPython Notebook Goodies</h1>
<p>Random goodies for use in iPython Notebooks</p>
<p class="view"><a href="https://github.com/kmahelona/ipython_notebook_goodies">View the Project on GitHub <small>kmahelona/ipython_notebook_goodies</small></a></p>
<ul>
<li><a href="https://github.com/kmahelona/ipython_notebook_goodies/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/kmahelona/ipython_notebook_goodies/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/kmahelona/ipython_notebook_goodies">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a name="ipython_notebook_goodies" class="anchor" href="#ipython_notebook_goodies"><span class="octicon octicon-link"></span></a>ipython_notebook_goodies</h1>
<p>Random goodies for use in iPython Notebooks</p>
<h2>
<a name="1-table-of-contents" class="anchor" href="#1-table-of-contents"><span class="octicon octicon-link"></span></a>1. Table of Contents</h2>
<p>Make a table of contents for your notebook. Uses headings (e.g. H1, H2, etc.) to build TOC,
and provides anchors (added where needed).</p>
<p><strong>Usage:</strong> Include the following at the top of your notebook:</p>
<pre><code><h1 id="tocheading">Table of Contents</h1>
<div id="toc"></div>
<script type="text/javascript" src="https://raw.github.com/kmahelona/ipython_notebook_goodies/master/ipython_notebook_toc.js">
</code></pre>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/kmahelona">kmahelona</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>