Skip to content

Commit ca27231

Browse files
authored
Fixed header issue in template (#395)
1 parent e1ef51f commit ca27231

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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
]

0 commit comments

Comments
 (0)