Skip to content

Commit 82f879a

Browse files
deploy: bd52caa
0 parents  commit 82f879a

26 files changed

Lines changed: 6357 additions & 0 deletions

.nojekyll

Whitespace-only changes.

core.html

Lines changed: 584 additions & 0 deletions
Large diffs are not rendered by default.

core.html.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# core
2+
3+
4+
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
5+
6+
------------------------------------------------------------------------
7+
8+
### foo
9+
10+
> foo ()

index.html

Lines changed: 663 additions & 0 deletions
Large diffs are not rendered by default.

index.html.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# python_nbdev_starter
2+
3+
4+
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
5+
6+
This file will become your README and also the index of your
7+
documentation.
8+
9+
## Developer Guide
10+
11+
If you are new to using `nbdev` here are some useful pointers to get you
12+
started.
13+
14+
### Install python_nbdev_starter in Development mode
15+
16+
``` sh
17+
# make sure python_nbdev_starter package is installed in development mode
18+
$ pip install -e .
19+
20+
# make changes under nbs/ directory
21+
# ...
22+
23+
# compile to have changes apply to python_nbdev_starter
24+
$ nbdev_prepare
25+
```
26+
27+
## Usage
28+
29+
### Installation
30+
31+
Install latest from the GitHub
32+
[repository](https://github.com/moneebullah25/python_nbdev_starter):
33+
34+
``` sh
35+
$ pip install git+https://github.com/moneebullah25/python_nbdev_starter.git
36+
```
37+
38+
or from [conda](https://anaconda.org/moneebullah25/python_nbdev_starter)
39+
40+
``` sh
41+
$ conda install -c moneebullah25 python_nbdev_starter
42+
```
43+
44+
or from [pypi](https://pypi.org/project/python_nbdev_starter/)
45+
46+
``` sh
47+
$ pip install python_nbdev_starter
48+
```
49+
50+
### Documentation
51+
52+
Documentation can be found hosted on this GitHub
53+
[repository](https://github.com/moneebullah25/python_nbdev_starter)’s
54+
[pages](https://moneebullah25.github.io/python_nbdev_starter/).
55+
Additionally you can find package manager specific guidelines on
56+
[conda](https://anaconda.org/moneebullah25/python_nbdev_starter) and
57+
[pypi](https://pypi.org/project/python_nbdev_starter/) respectively.
58+
59+
## How to use
60+
61+
Fill me in please! Don’t forget code examples:
62+
63+
``` python
64+
1+1
65+
```
66+
67+
2

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://moneebullah25.github.io/python_nbdev_starter/sitemap.xml

search.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"objectID": "index.html",
4+
"href": "index.html",
5+
"title": "python_nbdev_starter",
6+
"section": "",
7+
"text": "This file will become your README and also the index of your documentation.",
8+
"crumbs": [
9+
"python_nbdev_starter"
10+
]
11+
},
12+
{
13+
"objectID": "index.html#developer-guide",
14+
"href": "index.html#developer-guide",
15+
"title": "python_nbdev_starter",
16+
"section": "Developer Guide",
17+
"text": "Developer Guide\nIf you are new to using nbdev here are some useful pointers to get you started.\n\nInstall python_nbdev_starter in Development mode\n# make sure python_nbdev_starter package is installed in development mode\n$ pip install -e .\n\n# make changes under nbs/ directory\n# ...\n\n# compile to have changes apply to python_nbdev_starter\n$ nbdev_prepare",
18+
"crumbs": [
19+
"python_nbdev_starter"
20+
]
21+
},
22+
{
23+
"objectID": "index.html#usage",
24+
"href": "index.html#usage",
25+
"title": "python_nbdev_starter",
26+
"section": "Usage",
27+
"text": "Usage\n\nInstallation\nInstall latest from the GitHub repository:\n$ pip install git+https://github.com/moneebullah25/python_nbdev_starter.git\nor from conda\n$ conda install -c moneebullah25 python_nbdev_starter\nor from pypi\n$ pip install python_nbdev_starter\n\n\nDocumentation\nDocumentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.",
28+
"crumbs": [
29+
"python_nbdev_starter"
30+
]
31+
},
32+
{
33+
"objectID": "index.html#how-to-use",
34+
"href": "index.html#how-to-use",
35+
"title": "python_nbdev_starter",
36+
"section": "How to use",
37+
"text": "How to use\nFill me in please! Don’t forget code examples:\n\n1+1\n\n2",
38+
"crumbs": [
39+
"python_nbdev_starter"
40+
]
41+
},
42+
{
43+
"objectID": "core.html",
44+
"href": "core.html",
45+
"title": "core",
46+
"section": "",
47+
"text": "foo\n\n foo ()",
48+
"crumbs": [
49+
"core"
50+
]
51+
}
52+
]

site_libs/bootstrap/bootstrap-2c2b2e643518224cf2d75a643cacf640.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)