|
4 | 4 | "cell_type": "markdown",
|
5 | 5 | "metadata": {},
|
6 | 6 | "source": [
|
7 |
| - "# NCL Equivalency Template\n", |
8 |
| - "This template is to create notebooks that add on to notebooks created from the computational template to give them context in terms of their application related to corresponding functionality in NCL.\n", |
9 |
| - "Like that template, this should be the only use of the top level header (`#`) in the notebook." |
| 7 | + "# Computational Notebook Template\n", |
| 8 | + "This template is designed to be the main page of content for a specific topic added to geocat-applications. \n", |
| 9 | + "\n", |
| 10 | + "It should start with a header describing the type of functionality the notebook demonstrates and should be the only use of the top level header (`#`) in the notebook." |
10 | 11 | ]
|
11 | 12 | },
|
12 | 13 | {
|
13 | 14 | "cell_type": "markdown",
|
14 | 15 | "metadata": {},
|
15 | 16 | "source": [
|
16 | 17 | "## Overview\n",
|
17 |
| - "When possible, lead with a short intro paragraph that covers the content and scope of the materials in the notebook\n", |
18 |
| - "- List and link to the NCL documentation for the functions to be covered in the notebook\n", |
19 |
| - "\n" |
| 18 | + "When possible, lead with a short intro paragraph that covers the content and scope of the materials in the notebook" |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "metadata": {}, |
| 23 | + "cell_type": "markdown", |
| 24 | + "source": [ |
| 25 | + "## Grab and Go\n", |
| 26 | + "\n", |
| 27 | + "Where possible, provide a code section that can be copied and pasted to use the base-level functionality described in the notebook.\n", |
| 28 | + " \n", |
| 29 | + "```python \n", |
| 30 | + "# Python code\n", |
| 31 | + "```" |
20 | 32 | ]
|
21 | 33 | },
|
22 | 34 | {
|
23 | 35 | "cell_type": "markdown",
|
24 | 36 | "metadata": {},
|
25 | 37 | "source": [
|
26 | 38 | "## Content\n",
|
27 |
| - "In the content sections, provide relevant context to the NCL functions. For example, cover topics like:\n", |
28 |
| - "- Is there relevant history to the function?\n", |
29 |
| - "- Is there a specific use case that the function is designed for?\n", |
30 |
| - "- Are the methods used in the original function still relevant or outdated?\n", |
31 |
| - "- How closely does python replicate the functionality?\n", |
32 |
| - "- What flags or inputs should be used in python to replicate the functionality?\n" |
| 39 | + "In the content sections, provide sections on topics such as:\n", |
| 40 | + "- working through a geoscience-specific problem\n", |
| 41 | + "- explaining the concepts behind the functionality\n", |
| 42 | + "- introducing other examples in the python ecosystem that cover similar topics\n" |
33 | 43 | ]
|
34 | 44 | },
|
35 | 45 | {
|
|
0 commit comments