You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone! This repo was created initially for me to study/increase the lifespan and legacy of my notes. However, I realized that I could go further and make this open-source. So, here it is!
3
4
4
5
## How Do I Contribute?
5
6
1. Fork this repo.
6
-
2.
7
+
2.
7
8
1. If the course notes for the course you want is already available, just add in the changes to the specific file.
8
9
2. If it isn't created yet, create a new file "\<subject in lower-case\>\<course-number\>.html"
9
10
3. Submit a pull request.
@@ -24,14 +25,17 @@ If you are creating a new html file that requires MathJax, include the following
24
25
```
25
26
#### Tips for MathJax
26
27
- To in-line LaTeX: use $\<math\>$
27
-
- To centre on page (equation-style): use $$\<math\>$$
28
+
- To centre on page (equation-style): use $$\<math\>$$
28
29
### CS-Related Courses
29
30
For CS-related courses, we will be using Google's [Code-Prettify](https://github.com/google/code-prettify) to format and provide syntax highlighting for our code. To embed it in your code, use either ```<pre>``` or ```<code>``` with ```class="prettyprint"``` and enclose your code segment in it.
30
-
31
+
31
32
## Errors or Requests for Additions
32
33
If you find a typo or an error, or if you have suggestions on something to add, you can:
33
34
1. Create a new issue and I'll try to fix it ASAP!
34
35
2. Fork the repo as above and submit a pull request with the change!
0 commit comments