Skip to content

Commit

Permalink
deploy: 8e917ee
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
0 parents commit 08254ab
Show file tree
Hide file tree
Showing 23 changed files with 6,221 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
605 changes: 605 additions & 0 deletions core.html

Large diffs are not rendered by default.

646 changes: 646 additions & 0 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://tongyx361.github.io/nbdev-template-tongyx361/sitemap.xml
52 changes: 52 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"objectID": "core.html",
"href": "core.html",
"title": "core",
"section": "",
"text": "source\n\nfoo\n\n foo ()",
"crumbs": [
"core"
]
},
{
"objectID": "index.html",
"href": "index.html",
"title": "nbdev Template @tongyx361",
"section": "",
"text": "nbs/index.ipynb\nsettings.ini\nenvironment.yml\npkg_name directory\nRun bash utils/prepare-commit.sh",
"crumbs": [
"`nbdev` Template @tongyx361"
]
},
{
"objectID": "index.html#adaptation-checklist",
"href": "index.html#adaptation-checklist",
"title": "nbdev Template @tongyx361",
"section": "",
"text": "nbs/index.ipynb\nsettings.ini\nenvironment.yml\npkg_name directory\nRun bash utils/prepare-commit.sh",
"crumbs": [
"`nbdev` Template @tongyx361"
]
},
{
"objectID": "index.html#setup",
"href": "index.html#setup",
"title": "nbdev Template @tongyx361",
"section": "Setup",
"text": "Setup\nWe recommend:\n\nusing Conda to set up the basic Python environment and install some non-Python packages like git-lfs when without the root permission;\nusing pip to manage the Python packages because some packages are only available via pip.\n\nRun the following commands to setup the basic environment and install most dependencies:\ngit clone https://github.com/tongyx361/nbdev-template-tongyx361.git\ncd nbdev-template-tongyx361\nconda env create -f environment.yml\nconda activate myenv\npip install -r requirements.txt\nFor common users/developers, please just run the following command the install the pkg_name package:\npip install -e \".\"\nFor intended contributors, we recommend installing the package with the dev extras and setting up the pre-commit hooks by running:\npip install -e \".[dev]\"\npre-commit install\nconda install quarto # For nbdev",
"crumbs": [
"`nbdev` Template @tongyx361"
]
},
{
"objectID": "index.html#contribution-guidelines",
"href": "index.html#contribution-guidelines",
"title": "nbdev Template @tongyx361",
"section": "Contribution Guidelines",
"text": "Contribution Guidelines\n\nFile Structure\nnbdev_template_tongyx361\n├── data\n├── utils # Repository utilities\n├── pkg_name # Package code for common utilities\n├── nbs # Notebooks and other files to run tests and generate documentation with https://nbdev.fast.ai\n├── cfgs # Configurations\n├── [pipelines] # Reusable (Python / Shell) scripts or notebooks\n└── [scripts] # One-time scripts\n\n\nChecklist Before Commit\nRun the prepare-commit.sh to clean the notebooks and export scripts for pipeline notebooks, generate documentation, run tests, render README if needed:\nbash utils/prepare-commit.sh",
"crumbs": [
"`nbdev` Template @tongyx361"
]
}
]
2,078 changes: 2,078 additions & 0 deletions site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
12 changes: 12 additions & 0 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 08254ab

Please sign in to comment.