|
7 | 7 | "outputs": [], |
8 | 8 | "source": [ |
9 | 9 | "#| hide\n", |
10 | | - "from python_starter.core import *" |
| 10 | + "from python_nbdev_starter.core import *" |
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | "cell_type": "markdown", |
15 | 15 | "metadata": {}, |
16 | 16 | "source": [ |
17 | | - "# python-starter\n", |
| 17 | + "# python_nbdev_starter\n", |
18 | 18 | "\n", |
19 | 19 | "> A template project to get started with production ready python projects" |
20 | 20 | ] |
|
44 | 44 | "cell_type": "markdown", |
45 | 45 | "metadata": {}, |
46 | 46 | "source": [ |
47 | | - "### Install python_starter in Development mode" |
| 47 | + "### Install python_nbdev_starter in Development mode" |
48 | 48 | ] |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "cell_type": "markdown", |
52 | 52 | "metadata": {}, |
53 | 53 | "source": [ |
54 | 54 | "```sh\n", |
55 | | - "# make sure python_starter package is installed in development mode\n", |
| 55 | + "# make sure python_nbdev_starter package is installed in development mode\n", |
56 | 56 | "$ pip install -e .\n", |
57 | 57 | "\n", |
58 | 58 | "# make changes under nbs/ directory\n", |
59 | 59 | "# ...\n", |
60 | 60 | "\n", |
61 | | - "# compile to have changes apply to python_starter\n", |
| 61 | + "# compile to have changes apply to python_nbdev_starter\n", |
62 | 62 | "$ nbdev_prepare\n", |
63 | 63 | "```" |
64 | 64 | ] |
|
84 | 84 | "Install latest from the GitHub [repository][repo]:\n", |
85 | 85 | "\n", |
86 | 86 | "```sh\n", |
87 | | - "$ pip install git+https://github.com/moneebullah25/python-starter.git\n", |
| 87 | + "$ pip install git+https://github.com/moneebullah25/python_nbdev_starter.git\n", |
88 | 88 | "```\n", |
89 | 89 | "\n", |
90 | 90 | "or from [conda][conda]\n", |
91 | 91 | "\n", |
92 | 92 | "```sh\n", |
93 | | - "$ conda install -c moneebullah25 python_starter\n", |
| 93 | + "$ conda install -c moneebullah25 python_nbdev_starter\n", |
94 | 94 | "```\n", |
95 | 95 | "\n", |
96 | 96 | "or from [pypi][pypi]\n", |
97 | 97 | "\n", |
98 | 98 | "\n", |
99 | 99 | "```sh\n", |
100 | | - "$ pip install python_starter\n", |
| 100 | + "$ pip install python_nbdev_starter\n", |
101 | 101 | "```\n", |
102 | 102 | "\n", |
103 | 103 | "\n", |
104 | | - "[repo]: https://github.com/moneebullah25/python-starter\n", |
105 | | - "[docs]: https://moneebullah25.github.io/python-starter/\n", |
106 | | - "[pypi]: https://pypi.org/project/python-starter/\n", |
107 | | - "[conda]: https://anaconda.org/moneebullah25/python-starter" |
| 104 | + "[repo]: https://github.com/moneebullah25/python_nbdev_starter\n", |
| 105 | + "[docs]: https://moneebullah25.github.io/python_nbdev_starter/\n", |
| 106 | + "[pypi]: https://pypi.org/project/python_nbdev_starter/\n", |
| 107 | + "[conda]: https://anaconda.org/moneebullah25/python_nbdev_starter" |
108 | 108 | ] |
109 | 109 | }, |
110 | 110 | { |
|
120 | 120 | "source": [ |
121 | 121 | "Documentation can be found hosted on this GitHub [repository][repo]'s [pages][docs]. Additionally you can find package manager specific guidelines on [conda][conda] and [pypi][pypi] respectively.\n", |
122 | 122 | "\n", |
123 | | - "[repo]: https://github.com/moneebullah25/python-starter\n", |
124 | | - "[docs]: https://moneebullah25.github.io/python-starter/\n", |
125 | | - "[pypi]: https://pypi.org/project/python-starter/\n", |
126 | | - "[conda]: https://anaconda.org/moneebullah25/python-starter" |
| 123 | + "[repo]: https://github.com/moneebullah25/python_nbdev_starter\n", |
| 124 | + "[docs]: https://moneebullah25.github.io/python_nbdev_starter/\n", |
| 125 | + "[pypi]: https://pypi.org/project/python_nbdev_starter/\n", |
| 126 | + "[conda]: https://anaconda.org/moneebullah25/python_nbdev_starter" |
127 | 127 | ] |
128 | 128 | }, |
129 | 129 | { |
|
0 commit comments