Skip to content

Commit 48b93f4

Browse files
authored
Revise programming notes with new links and sections
Updated links and added new sections for General, Linux, and LaTeX topics.
1 parent ecdfb04 commit 48b93f4

1 file changed

Lines changed: 27 additions & 21 deletions

File tree

programming-notes/index.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,36 @@
22

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

5-
[Click here to check the website](https://janiceto.github.io/programming-notes/)
6-
75
Below is a list of the most used pages.
86

7+
## General
8+
- [Create a Windows batch script](programming-notes/general/batch-script.md)
9+
- [Hiding Passwords and Secret Keys in Environment Variables](programming-notes/general/os-env-vars.md)
10+
- [Windows terminal](programming-notes/general/windows-terminal.md)
11+
- [Docker](programming-notes/general/docker.md)
12+
913
## 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)
14+
- [Anaconda](programming-notes/python/anaconda.md)
15+
- [Working with uv](programming-notes/python/uv.md)
16+
- [Simple Machine Learning workflow](programming-notes/python/ml-workflows.md)
17+
- [Scientific quality figures](programming-notes/python/scientific-figures.md)
1318

19+
## Linux
20+
- [Set `$PATH` variable in Ubuntu](programming-notes/linux/path.md)
21+
- [Linux Crontab](programming-notes/linux/crontab.md)
22+
- [Mount drives](programming-notes/linux/mount-drives.md)
1423

1524
## MATLAB
16-
- [Figures in MATLAB](/matlab/figures)
17-
- [Preparing figures for publication](programming-notes/matlab/figures-publication)
18-
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)
23-
24-
## LINUX
25-
- [Set `$PATH` variable in Ubuntu](/linux/path.md)
26-
- [Linux Crontab](/linux/crontab.md)
27-
28-
## LATEX
29-
- [Working with figures](/latex/figures.md)
30-
- [Create LaTeX presentations with Beamer](/latex/beamer.md)
31-
- [Derivatives](/latex/derivatives.md)
25+
- [Figures in MATLAB](programming-notes/matlab/figures.md)
26+
- [Preparing figures for publication](programming-notes/matlab/figures-publication.md)
27+
28+
## LaTeX
29+
- [Working with figures](programming-notes/latex/figures.md)
30+
- [Create LaTeX presentations with Beamer](programming-notes/latex/beamer.md)
31+
- [Derivatives](programming-notes/latex/derivatives.md)
32+
33+
34+
35+
36+
37+
These notes contain excerpts, code snippets and examples from various sources including, but not limited to, Python Docs, The Hitchhiker’s Guide to Python, Real Python and Stack Overflow users.

0 commit comments

Comments
 (0)