Browse Source

Update readme

master
Jean-Sébastien 2 years ago
parent
commit
d5a77df810
3 changed files with 20 additions and 2 deletions
  1. 13
    0
      build/fig/cs_sph.asy
  2. BIN
      build/fig/cs_sph.png
  3. 7
    2
      readme.org

+ 13
- 0
build/fig/cs_sph.asy View File

@@ -0,0 +1,13 @@
1
+settings.outformat="png";
2
+settings.render=16;
3
+
4
+import three;
5
+
6
+size(5cm);
7
+
8
+draw(O -- 1.2X, arrow=Arrow3(emissive(black)));
9
+draw(O -- 1.2Y, arrow=Arrow3(emissive(black)));
10
+draw(O -- 1.2Z, arrow=Arrow3(emissive(black)));
11
+
12
+draw(arc(c=O, X, X + 2Y));
13
+draw(arc(c=O, Z, 0.5*X + Y + 0.8*Z));

BIN
build/fig/cs_sph.png View File


+ 7
- 2
readme.org View File

@@ -4,8 +4,7 @@
4 4
 * Pre-Quantum Electrodynamics lecture notes (html export)
5 5
 
6 6
 In this repo, you will find
7
-`J.-S. Caux <https://jscaux.org>`_'s
8
-`Pre-Quantum Electrodynamics <https://jscaux.org/ln/pqed>`_
7
+[[https://jscaux.org][J.-S. Caux]]'s [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
9 8
 online lecture notes (exported to html).
10 9
 
11 10
 ** Pulling the notes to your local machine
@@ -34,6 +33,12 @@ Pretty easy: just open the =index.org= page (or any other
34 33
 =.html= page in the repo) in your browser.
35 34
 
36 35
 
36
+** Providing feedback
37
+
38
+You can either [[mailto:prof@jscaux.org][email me]] or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
39
+Your feedback is most welcome.
40
+
41
+
37 42
 ** Learning git
38 43
 
39 44
 `git <https://git-scm.com/>`_ is one of those applications which

Loading…
Cancel
Save