Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit e563547

Browse files
committed
fix: remove TOC from HTMLs
1 parent c9275d0 commit e563547

7 files changed

Lines changed: 1 addition & 6 deletions

05_Interacting_with_Lean.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]]
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Interacting with Lean

06_Inductive_Types.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]], [[http://leodemoura.github.io][Leonardo de Moura]]
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Inductive Types

07_Induction_and_Recursion.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]], [[http://leodemoura.github.io][Leonardo de Moura]]
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Induction and Recursion

08_Building_Theories_and_Proofs.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]]
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Building Theories and Proofs

09_Type_Classes.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]], [[http://leodemoura.github.io][Leonardo de Moura]], [[http://www.cs.cmu.edu/~soonhok][Soonho Kong]]
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Type Classes

10_Structures_Records.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#+Author: [[http://www.andrew.cmu.edu/user/avigad][Jeremy Avigad]], Leonardo de Moura
2-
#+OPTIONS: toc:nil
32
#+Title: Theorem Proving in Lean
43

54
* Structures and Records

header/header.html.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#+OPTIONS: toc:nil
12
#+HTML_HEAD: <link rel='stylesheet' href='css/tutorial.css'>
23
#+HTML_HEAD_EXTRA:<link rel='stylesheet' href='css/jquery-ui.css'>
34
#+HTML_HEAD_EXTRA:<script src='js/platform.js'></script>

0 commit comments

Comments
 (0)