Skip to content

Commit 3fc70fb

Browse files
committed
deploy: ca27231
1 parent db38ec1 commit 3fc70fb

File tree

63 files changed

+1023
-1197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1023
-1197
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

_preview/388/_sources/appendix/template.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Project Pythia Notebook Template\n",
8+
"\n",
79
"## How to Use This Page\n",
810
"\n",
911
"This page is designed as a template. As such, each section contains instructions for the content added to the equivalent section of a new notebook, with the exception of this section, and the Setting Up a New Notebook section. Because this is not a tutorial, the overall structure of the page does not need to be cohesive.\n",
@@ -23,7 +25,7 @@
2325
"cell_type": "markdown",
2426
"metadata": {},
2527
"source": [
26-
"# Project Pythia Notebook Template\n",
28+
"## Project Pythia Notebook Template\n",
2729
"\n",
2830
"Each notebook must be properly titled with a top level Markdown header, i.e., a header title prefixed by a single # mark. Nowhere else in the notebook should you use a top level header. This header will be automatically used by the Pythia book-building process to generate the page title, which will then be added to the navbar, table of contents, etc. As such, the header needs to be short, concise, and descriptive. After the header line, add a separate Jupyter Notebook cell with the text `---`. This adds a separating line used to separate the title from the overview and prerequisites. This technique will also be used later to separate other sections."
2931
]

_preview/388/appendix/how-to-contribute.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<link rel="shortcut icon" href="../_static/favicon.ico"/>
5656
<link rel="index" title="Index" href="../genindex.html" />
5757
<link rel="search" title="Search" href="../search.html" />
58-
<link rel="next" title="How to Use This Page" href="template.html" />
58+
<link rel="next" title="Project Pythia Notebook Template" href="template.html" />
5959
<link rel="prev" title="Dask Arrays with Xarray" href="../core/xarray/dask-arrays-xarray.html" />
6060
<meta name="viewport" content="width=device-width, initial-scale=1" />
6161
<meta name="docsearch:language" content="None">
@@ -536,7 +536,7 @@
536536
<ul>
537537
<li class="toctree-l2">
538538
<a class="reference internal" href="template.html">
539-
How to Use This Page
539+
Project Pythia Notebook Template
540540
</a>
541541
</li>
542542
</ul>
@@ -771,7 +771,7 @@ <h3>Keeping your dev environment up to date<a class="headerlink" href="#keeping-
771771
<a class='right-next' id="next-link" href="template.html" title="next page">
772772
<div class="prev-next-info">
773773
<p class="prev-next-subtitle">next</p>
774-
<p class="prev-next-title">How to Use This Page</p>
774+
<p class="prev-next-title">Project Pythia Notebook Template</p>
775775
</div>
776776
<i class="fas fa-angle-right"></i>
777777
</a>

0 commit comments

Comments
 (0)