Skip to content

Commit

Permalink
Fixed header issue in template (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkailynncar committed May 8, 2023
1 parent e1ef51f commit ca27231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appendix/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Project Pythia Notebook Template\n",
"\n",
"## How to Use This Page\n",
"\n",
"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",
Expand All @@ -23,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Project Pythia Notebook Template\n",
"## Project Pythia Notebook Template\n",
"\n",
"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."
]
Expand Down

0 comments on commit ca27231

Please sign in to comment.