Skip to content

Commit a5a96be

Browse files
authored
Merge pull request #1422 from deven367/master
update readme to show new console_scripts
2 parents 0b5058f + 9a71bee commit a5a96be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ available commands:
103103
nbdev_release_both Release both conda and PyPI packages
104104
nbdev_release_gh Calls `nbdev_changelog`, lets you edit the result, then pushes to git and calls `nbdev_release_git`
105105
nbdev_release_git Tag and create a release in GitHub for the current version
106+
nbdev_requirements Writes a `requirements.txt` file to `directory` based on settings.ini.
106107
nbdev_sidebar Create sidebar.yml
107108
nbdev_test Test in parallel notebooks matching `path`, passing along `flags`
108109
nbdev_trust Trust notebooks matching `fname`
109110
nbdev_update Propagate change in modules matching `fname` to notebooks that created them
111+
nbdev_update_license Allows you to update the license of your project.
110112

111113
## FAQ
112114

nbs/getting_started.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,12 @@
153153
"\u001b[1m\u001b[94mnbdev_release_both\u001b[22m\u001b[39m Release both conda and PyPI packages\n",
154154
"\u001b[1m\u001b[94mnbdev_release_gh\u001b[22m\u001b[39m Calls `nbdev_changelog`, lets you edit the result, then pushes to git and calls `nbdev_release_git`\n",
155155
"\u001b[1m\u001b[94mnbdev_release_git\u001b[22m\u001b[39m Tag and create a release in GitHub for the current version\n",
156+
"\u001b[1m\u001b[94mnbdev_requirements\u001b[22m\u001b[39m Writes a `requirements.txt` file to `directory` based on settings.ini.\n",
156157
"\u001b[1m\u001b[94mnbdev_sidebar\u001b[22m\u001b[39m Create sidebar.yml\n",
157158
"\u001b[1m\u001b[94mnbdev_test\u001b[22m\u001b[39m Test in parallel notebooks matching `path`, passing along `flags`\n",
158159
"\u001b[1m\u001b[94mnbdev_trust\u001b[22m\u001b[39m Trust notebooks matching `fname`\n",
159-
"\u001b[1m\u001b[94mnbdev_update\u001b[22m\u001b[39m Propagate change in modules matching `fname` to notebooks that created them\n"
160+
"\u001b[1m\u001b[94mnbdev_update\u001b[22m\u001b[39m Propagate change in modules matching `fname` to notebooks that created them\n",
161+
"\u001b[1m\u001b[94mnbdev_update_license\u001b[22m\u001b[39m Allows you to update the license of your project.\n"
160162
]
161163
}
162164
],

0 commit comments

Comments
 (0)