Skip to content

Commit

Permalink
Add cfg.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyx361 committed Sep 13, 2024
1 parent 7615e2c commit 488a9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cfgs/cfg.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# c.f. https://docs.python.org/3/library/configparser.html#supported-ini-file-structure
[DEFAULT]
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"├── 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",
"├── cfgs # Configurations\n",
"├── [pipelines] # Reusable (Python / Shell) scripts or notebooks\n",
"└── [scripts] # One-time scripts\n",
"```\n",
Expand Down

0 comments on commit 488a9f8

Please sign in to comment.