mirror of
https://github.com/dholerobin/Lecture_Notes.git
synced 2025-09-13 05:42:12 +00:00
eb1c9f64afed484362a40ccaf8fb45bde7f6f5af
Lecture_Notes
This repository is there to store the combined lecture notes of all the lectures. We are using markdown to write the lecture notes.
To render math in the notes, use https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima
Guidelines:
- Keep code snippets in Python/Psuedocode
- For language specific concepts, make sure to contrast it with other languages
- Use LaTeX math mode when possible. Quick References:
- Soft resize images to appropriate size (use html img tag with inline style)
- Use spaces instead of tabs (important, to keep indentation in code blocks consistent)
- Clearly mark the begin and end of each topic / question by using HR. markdown syntax:
-- --
on a new line - Use Italics minimally (hard to detect). Use bold and headings instead.
- Don't use H1
- Use the following syntax for H2 instead of the usual
# heading 2
Heading 2
---------
content
Description
Languages
HTML
99%
Python
1%