This Gitbook contains my notes on the course Learning How to Learn: Powerful mental tools to help you master tough subjects.
A tutorial I wrote on how to host this gitbook on github pages is written here.
- Open your terminal and run
git clone https://github.com/richdayandnight/tutorial-gitbook-learning-how-to-learn.git
- Install dependencies (this is assuming that you already have npm and yarn installed)
npm install -g gitbook-cli
yarn add gulp gulp-gh-pages gulp-load-plugins --save-dev
gitbook install
- On the root folder of this repository (
cd tutorial-gitbook-learning-how-to-learn
) rungitbook serve
- To deploy changes to github, run
gulp publish
# This program adds two numbers
num1 = 1.5
num2 = 6.3
# Add two numbers
sum = num1 + num2
# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
Block math with (tag):
Block math with tag: $$ \tag{a.2} x+y^{2x} $$