Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8570a7e

Browse filesBrowse files
authored
Manage Python project (empa-scientific-it#149)
Here I add a section on managing Python projects. I cover the following topics: - the `pyproject.toml` file - pre-commit - testing - documentation - releasing - and automation of package management.
1 parent 4dc3a7e commit 8570a7e
Copy full SHA for 8570a7e

File tree

Expand file treeCollapse file tree

2 files changed

+1768
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1768
-2
lines changed

‎index.ipynb

Copy file name to clipboardExpand all lines: index.ipynb
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Index\n",
7+
"# Basic Tutorial\n",
88
"\n",
99
"- [Introduction to the tutorial](./intro.ipynb)\n",
1010
"- [Basic datatypes](./basic_datatypes.ipynb)\n",
@@ -13,7 +13,10 @@
1313
"- [Input-Output](./input_output.ipynb)\n",
1414
"- [Functional programming](./functional_programming.ipynb)\n",
1515
"- [Object-oriented programming](./object_oriented_programming.ipynb)\n",
16-
"- [Modules and packages](./modules_and_packages.ipynb)"
16+
"- [Modules and packages](./modules_and_packages.ipynb)\n",
17+
"\n",
18+
"# Advanced tutorial\n",
19+
"- [Manage Python project](./manage_python_project.ipynb)"
1720
]
1821
}
1922
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.