cosmetic changes to index and README

This commit is contained in:
Philip Wadler 2017-07-19 14:53:12 +01:00
parent 03b789ede0
commit 02f9e5fdf8
2 changed files with 6 additions and 4 deletions

View file

@ -19,7 +19,7 @@ from Coq to Agda. The authors are
http://homepages.inf.ed.ac.uk/wadler/ http://homepages.inf.ed.ac.uk/wadler/
) )
== How to host literal code ## How to host literal code
In directory `sf/` the following: In directory `sf/` the following:
@ -35,13 +35,13 @@ For markdown commands see [Daring Fireball](
https://daringfireball.net/projects/markdown/syntax https://daringfireball.net/projects/markdown/syntax
). ).
== Important git commands: ## Important git commands:
git pull git pull
git commit -am "message" git commit -am "message"
git push git push
== [Unicode abbreviations]( ## [Unicode abbreviations](
https://github.com/agda/agda/blob/master/src/data/emacs-mode/agda-input.el#L194 https://github.com/agda/agda/blob/master/src/data/emacs-mode/agda-input.el#L194
). ).
@ -52,7 +52,7 @@ https://github.com/agda/agda/blob/master/src/data/emacs-mode/agda-input.el#L194
x\_1 x₁ x\_1 x₁
x\_i xᵢ x\_i xᵢ
== Bindings for [Agda mode]( ## Bindings for [Agda mode](
http://agda.readthedocs.io/en/latest/tools/emacs-mode.html http://agda.readthedocs.io/en/latest/tools/emacs-mode.html
) )

View file

@ -18,6 +18,8 @@ from Coq to Agda. The authors are
http://homepages.inf.ed.ac.uk/wadler/ http://homepages.inf.ed.ac.uk/wadler/
) )
## Contents
<!-- <!--
- [Basics: Functional Programming in Agda]({{ "/Basics" | relative_url }}) - [Basics: Functional Programming in Agda]({{ "/Basics" | relative_url }})
--> -->