Skip to content

Commit 8739d03

Browse files
committed
consistent capitalization
1 parent b0deccf commit 8739d03

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

nbs/getting_started.ipynb

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Getting started\n",
7+
"# Getting Started\n",
88
"\n",
99
"> Create delightful software with Jupyter Notebooks"
1010
]
@@ -133,35 +133,35 @@
133133
"name": "stdout",
134134
"output_type": "stream",
135135
"text": [
136-
"\u001b[1m\u001b[94mnbdev_bump_version\u001b[0m Increment version in settings.ini by one\r\n",
137-
"\u001b[1m\u001b[94mnbdev_changelog\u001b[0m Create a CHANGELOG.md file from closed and labeled GitHub issues\r\n",
138-
"\u001b[1m\u001b[94mnbdev_clean\u001b[0m Clean all notebooks in `fname` to avoid merge conflicts\r\n",
139-
"\u001b[1m\u001b[94mnbdev_conda\u001b[0m Create a `meta.yaml` file ready to be built into a package, and optionally build and upload it\r\n",
140-
"\u001b[1m\u001b[94mnbdev_create_config\u001b[0m Create a config file.\r\n",
141-
"\u001b[1m\u001b[94mnbdev_deploy\u001b[0m Deploy docs to GitHub Pages\r\n",
142-
"\u001b[1m\u001b[94mnbdev_docs\u001b[0m Create Quarto docs and README.md\r\n",
143-
"\u001b[1m\u001b[94mnbdev_export\u001b[0m Export notebooks in `path` to Python modules\r\n",
144-
"\u001b[1m\u001b[94mnbdev_filter\u001b[0m A notebook filter for Quarto\r\n",
145-
"\u001b[1m\u001b[94mnbdev_fix\u001b[0m Create working notebook from conflicted notebook `nbname`\r\n",
146-
"\u001b[1m\u001b[94mnbdev_help\u001b[0m Show help for all console scripts\r\n",
147-
"\u001b[1m\u001b[94mnbdev_install\u001b[0m Install Quarto and the current library\r\n",
148-
"\u001b[1m\u001b[94mnbdev_install_hooks\u001b[0m Install Jupyter and git hooks to automatically clean, trust, and fix merge conflicts in notebooks\r\n",
149-
"\u001b[1m\u001b[94mnbdev_install_quarto\u001b[0m Install latest Quarto on macOS or Linux, prints instructions for Windows\r\n",
150-
"\u001b[1m\u001b[94mnbdev_merge\u001b[0m Git merge driver for notebooks\r\n",
151-
"\u001b[1m\u001b[94mnbdev_migrate\u001b[0m Convert all directives and callouts in `fname` from v1 to v2\r\n",
152-
"\u001b[1m\u001b[94mnbdev_new\u001b[0m Create an nbdev project.\r\n",
153-
"\u001b[1m\u001b[94mnbdev_prepare\u001b[0m Export, test, and clean notebooks, and render README if needed\r\n",
154-
"\u001b[1m\u001b[94mnbdev_preview\u001b[0m Preview docs locally\r\n",
155-
"\u001b[1m\u001b[94mnbdev_proc_nbs\u001b[0m Process notebooks in `path` for docs rendering\r\n",
156-
"\u001b[1m\u001b[94mnbdev_pypi\u001b[0m Create and upload Python package to PyPI\r\n",
157-
"\u001b[1m\u001b[94mnbdev_readme\u001b[0m None\r\n",
158-
"\u001b[1m\u001b[94mnbdev_release_both\u001b[0m Release both conda and PyPI packages\r\n",
159-
"\u001b[1m\u001b[94mnbdev_release_gh\u001b[0m Calls `nbdev_changelog`, lets you edit the result, then pushes to git and calls `nbdev_release_git`\r\n",
160-
"\u001b[1m\u001b[94mnbdev_release_git\u001b[0m Tag and create a release in GitHub for the current version\r\n",
161-
"\u001b[1m\u001b[94mnbdev_sidebar\u001b[0m Create sidebar.yml\r\n",
162-
"\u001b[1m\u001b[94mnbdev_test\u001b[0m Test in parallel notebooks matching `path`, passing along `flags`\r\n",
163-
"\u001b[1m\u001b[94mnbdev_trust\u001b[0m Trust notebooks matching `fname`\r\n",
164-
"\u001b[1m\u001b[94mnbdev_update\u001b[0m Propagate change in modules matching `fname` to notebooks that created them\r\n"
136+
"\u001b[1m\u001b[94mnbdev_bump_version\u001b[0m Increment version in settings.ini by one\n",
137+
"\u001b[1m\u001b[94mnbdev_changelog\u001b[0m Create a CHANGELOG.md file from closed and labeled GitHub issues\n",
138+
"\u001b[1m\u001b[94mnbdev_clean\u001b[0m Clean all notebooks in `fname` to avoid merge conflicts\n",
139+
"\u001b[1m\u001b[94mnbdev_conda\u001b[0m Create a `meta.yaml` file ready to be built into a package, and optionally build and upload it\n",
140+
"\u001b[1m\u001b[94mnbdev_create_config\u001b[0m Create a config file.\n",
141+
"\u001b[1m\u001b[94mnbdev_deploy\u001b[0m Deploy docs to GitHub Pages\n",
142+
"\u001b[1m\u001b[94mnbdev_docs\u001b[0m Create Quarto docs and README.md\n",
143+
"\u001b[1m\u001b[94mnbdev_export\u001b[0m Export notebooks in `path` to Python modules\n",
144+
"\u001b[1m\u001b[94mnbdev_filter\u001b[0m A notebook filter for Quarto\n",
145+
"\u001b[1m\u001b[94mnbdev_fix\u001b[0m Create working notebook from conflicted notebook `nbname`\n",
146+
"\u001b[1m\u001b[94mnbdev_help\u001b[0m Show help for all console scripts\n",
147+
"\u001b[1m\u001b[94mnbdev_install\u001b[0m Install Quarto and the current library\n",
148+
"\u001b[1m\u001b[94mnbdev_install_hooks\u001b[0m Install Jupyter and git hooks to automatically clean, trust, and fix merge conflicts in notebooks\n",
149+
"\u001b[1m\u001b[94mnbdev_install_quarto\u001b[0m Install latest Quarto on macOS or Linux, prints instructions for Windows\n",
150+
"\u001b[1m\u001b[94mnbdev_merge\u001b[0m Git merge driver for notebooks\n",
151+
"\u001b[1m\u001b[94mnbdev_migrate\u001b[0m Convert all directives and callouts in `fname` from v1 to v2\n",
152+
"\u001b[1m\u001b[94mnbdev_new\u001b[0m Create an nbdev project.\n",
153+
"\u001b[1m\u001b[94mnbdev_prepare\u001b[0m Export, test, and clean notebooks, and render README if needed\n",
154+
"\u001b[1m\u001b[94mnbdev_preview\u001b[0m Preview docs locally\n",
155+
"\u001b[1m\u001b[94mnbdev_proc_nbs\u001b[0m Process notebooks in `path` for docs rendering\n",
156+
"\u001b[1m\u001b[94mnbdev_pypi\u001b[0m Create and upload Python package to PyPI\n",
157+
"\u001b[1m\u001b[94mnbdev_readme\u001b[0m None\n",
158+
"\u001b[1m\u001b[94mnbdev_release_both\u001b[0m Release both conda and PyPI packages\n",
159+
"\u001b[1m\u001b[94mnbdev_release_gh\u001b[0m Calls `nbdev_changelog`, lets you edit the result, then pushes to git and calls `nbdev_release_git`\n",
160+
"\u001b[1m\u001b[94mnbdev_release_git\u001b[0m Tag and create a release in GitHub for the current version\n",
161+
"\u001b[1m\u001b[94mnbdev_sidebar\u001b[0m Create sidebar.yml\n",
162+
"\u001b[1m\u001b[94mnbdev_test\u001b[0m Test in parallel notebooks matching `path`, passing along `flags`\n",
163+
"\u001b[1m\u001b[94mnbdev_trust\u001b[0m Trust notebooks matching `fname`\n",
164+
"\u001b[1m\u001b[94mnbdev_update\u001b[0m Propagate change in modules matching `fname` to notebooks that created them\n"
165165
]
166166
}
167167
],

nbs/migrating.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# nbdev1 migration\n",
7+
"# nbdev1 Migration\n",
88
"\n",
99
"> How to change your nbdev1 repo to work with nbdev2"
1010
]

nbs/tutorials/best_practices.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "08f83295",
66
"metadata": {},
77
"source": [
8-
"# Notebook best practices\n",
8+
"# Notebook Best Practices\n",
99
"\n",
1010
"> How to write great nbdev notebooks\n",
1111
"\n",

nbs/tutorials/git_friendly_jupyter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "424352af",
66
"metadata": {},
77
"source": [
8-
"# Git-friendly Jupyter\n",
8+
"# Git-Friendly Jupyter\n",
99
"\n",
1010
"> How to use nbdev hooks for git-friendly Jupyter notebooks\n",
1111
"- order: 4"

nbs/tutorials/pre_commit.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"id": "2f2a6752-fa19-4096-8bd2-5ca82e1a9ffb",
66
"metadata": {},
77
"source": [
8-
"# Pre-commit hooks\n",
8+
"# Pre-Commit Hooks\n",
99
"\n",
1010
"> How to use nbdev's git pre-commit hooks\n",
11-
"- order: 5"
11+
"- order: 6"
1212
]
1313
},
1414
{

nbs/tutorials/qmd_intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Qmd documents
2+
title: Qmd Documents
33
description: Introduction to qmd -- markdown on steroids
44
order: 3
55
execute:

nbs/tutorials/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# End-to-end walkthrough\n",
7+
"# End-To-End Walkthrough\n",
88
"\n",
99
"> A step-by-step guide to using nbdev\n",
1010
"- order: 1\n",

0 commit comments

Comments
 (0)