Skip to content

Commit ecdfb04

Browse files
authored
Fix section headers formatting in README.md
1 parent 93bc44a commit ecdfb04

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ A collection of programming notes, snippets and examples. By José Aniceto.
66

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

9-
## GENERAL
9+
## General
1010
- [Create a Windows batch script](programming-notes/general/batch-script.md)
1111
- [Hiding Passwords and Secret Keys in Environment Variables](programming-notes/general/os-env-vars.md)
1212
- [Windows terminal](programming-notes/general/windows-terminal.md)
1313
- [Docker](programming-notes/general/docker.md)
1414

1515
## Python
16+
- [Anaconda](programming-notes/python/anaconda.md)
1617
- [Working with uv](programming-notes/python/uv.md)
1718
- [Simple Machine Learning workflow](programming-notes/python/ml-workflows.md)
1819
- [Scientific quality figures](programming-notes/python/scientific-figures.md)
1920

20-
## LINUX
21+
## Linux
2122
- [Set `$PATH` variable in Ubuntu](programming-notes/linux/path.md)
2223
- [Linux Crontab](programming-notes/linux/crontab.md)
2324
- [Mount drives](programming-notes/linux/mount-drives.md)
@@ -26,7 +27,7 @@ Below is a list of the most used pages.
2627
- [Figures in MATLAB](programming-notes/matlab/figures.md)
2728
- [Preparing figures for publication](programming-notes/matlab/figures-publication.md)
2829

29-
## LATEX
30+
## LaTeX
3031
- [Working with figures](programming-notes/latex/figures.md)
3132
- [Create LaTeX presentations with Beamer](programming-notes/latex/beamer.md)
3233
- [Derivatives](programming-notes/latex/derivatives.md)

0 commit comments

Comments
 (0)