pqed_html/readme.org

49 lines
1.4 KiB
Org Mode
Raw Normal View History

2022-02-07 13:33:53 +00:00
* Pre-Quantum Electrodynamics lecture notes (html export)
2022-02-08 06:31:17 +00:00
In this repo, you will find my [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
2022-02-07 13:33:53 +00:00
online lecture notes (exported to html).
** Pulling the notes to your local machine
On the command line,
#+BEGIN_SRC shell
git clone https://jscaux.org/git/jscaux/pqed_html.git
#+END_SRC
2022-02-08 06:31:17 +00:00
This will create a directory ~pqed_html~. If you prefer pulling into
a differently-named directory (/e.g./ ~my_pqed_dir~), just do
2022-02-07 13:33:53 +00:00
#+BEGIN_SRC shell
git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir
#+END_SRC
Make sure you regularly pull the latest version
2022-02-08 06:31:17 +00:00
(updates are frequently pushed; check the ~Created~ date at the
2022-02-07 13:33:53 +00:00
bottom of the page to see which version you're using):
#+BEGIN_SRC shell
cd pqed_html
git pull origin master
#+END_SRC
** Using the notes locally
2022-02-08 06:31:17 +00:00
Pretty easy: just open the ~build/index.org~ page (or any other
~.html~ page in that folder) in your browser.
2022-02-07 13:33:53 +00:00
2022-02-08 06:15:10 +00:00
** Providing feedback
2022-02-08 06:31:17 +00:00
You can either email me (at prof@jscaux.org) or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
2022-02-08 06:15:10 +00:00
Your feedback is most welcome.
2022-02-07 13:33:53 +00:00
** Learning git
2022-02-08 06:18:59 +00:00
[[https://git-scm.com/][git]] is one of those applications which
2022-02-07 13:33:53 +00:00
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,
2022-02-08 06:18:59 +00:00
it's well worth your while to [[https://git-scm.com/doc][RTFM]].