選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jean-Sébastien 50704eba07 Update 2022-03-24 08:43 2年前
build Update 2022-03-24 08:43 2年前
LICENSE Initial commit 2年前
readme.org Update readme 2年前

readme.org

Pre-Quantum Electrodynamics lecture notes (html export)

In this repo, you will find my Pre-Quantum Electrodynamics online lecture notes (exported to html).

Pulling the notes to your local machine

On the command line,


  git clone https://jscaux.org/git/jscaux/pqed_html.git

This will create a directory pqed_html. If you prefer pulling into a differently-named directory (e.g. my_pqed_dir), just do


  git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir

Make sure you regularly pull the latest version (updates are frequently pushed; check the Created date at the bottom of the page to see which version you're using):


  cd pqed_html
  git pull origin master

Using the notes locally

Pretty easy: just open the build/index.org page (or any other ~.html~ page in that folder) in your browser.

Providing feedback

You can either email me (at prof@jscaux.org) or create an issue in this repo . Your feedback is most welcome.

Learning git

git is one of those applications which you don't know you need until you start using it, after which you wonder how you could possibly have survived without it in the past.

Though you don't need anything more than the instructions above, it's well worth your while to RTFM.