Skip to content

Commit cee1ffe

Browse files
authored
Update index.md
1 parent f243eb6 commit cee1ffe

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

programming-notes/index.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,30 @@
22

33
A collection of programming notes, snippets and examples. By José Aniceto.
44

5-
[Click for the website](https://janiceto.github.io/programming-notes/)
5+
[Click here to check the website](https://janiceto.github.io/programming-notes/)
66

77
Below is a list of the most used pages.
88

9+
## Python
10+
- [Working with uv](/programming-notes/python/uv)
11+
- [Simple Machine Learning workflow](/programming-notes/python/ml-workflows)
12+
- [Scientific quality figures](/programming-notes/python/scientific-figures)
913

10-
## General
1114

12-
- [Ubuntu CLI cheat sheet](linux/linux-terminal-cheatsheet.md)
15+
## MATLAB
16+
- [Figures in MATLAB](/matlab/figures)
17+
- [Preparing figures for publication](programming-notes/matlab/figures-publication)
1318

19+
## GENERAL
20+
- [Create a Windows batch script](/general/batch-script.md)
21+
- [Hiding Passwords and Secret Keys in Environment Variables](/general/os-env-vars.md)
22+
- [Windows terminal](/general/windows-terminal.md)
1423

15-
## Python
24+
## LINUX
25+
- [Set `$PATH` variable in Ubuntu](/linux/path.md)
26+
- [Linux Crontab](/linux/crontab.md)
1627

17-
- [Scientific quality figures](python/scientific-figures.md)
28+
## LATEX
29+
- [Working with figures](/latex/figures.md)
30+
- [Create LaTeX presentations with Beamer](/latex/beamer.md)
31+
- [Derivatives](/latex/derivatives.md)

0 commit comments

Comments
 (0)