Skip to content

Commit 7c3dd52

Browse files
committed
Docs front matter added
1 parent 7876b3e commit 7c3dd52

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs/Create python package.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Create Package
3+
nav_order: 7
4+
---
5+
16
# Steps to create local python package
27

38
### References

docs/Deployments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Create Package
3+
nav_order: 8
4+
---
5+
16
### Create Executable file
27
- install pyinstaller using `pip install pyinstaller`
38
- run command `pyinstaller "script.py"` to create executable file

docs/Jupiter Notebooks Setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Jupyter Notebooks
3+
nav_order: 9
4+
---
5+
16
### Instruction
27
- Install visual studio code
38
- Install anaconda

docs/Licensing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Licensing
3+
nav_order: 10
4+
---
5+
16
### References
27
- https://www.reddit.com/r/learnpython/comments/wegp2m/got_my_python_software_finished_how_do_i_secure_it/
38

docs/Static Type checking with Mypy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Type Check
3+
nav_order: 6
4+
---
5+
16
### What is it?
27
- python is dynamic typed language so we can't always specify our variable time at compile time. python decide variable type at runtime.
38
- but newer version of python has feature call `type hints`

0 commit comments

Comments
 (0)