|
1 | 1 | { |
2 | | - "nbformat": 4, |
3 | | - "nbformat_minor": 0, |
4 | | - "metadata": { |
5 | | - "kernelspec": { |
6 | | - "display_name": "Python 3", |
7 | | - "language": "python", |
8 | | - "name": "python3" |
9 | | - }, |
10 | | - "language_info": { |
11 | | - "codemirror_mode": { |
12 | | - "name": "ipython", |
13 | | - "version": 3 |
14 | | - }, |
15 | | - "file_extension": ".py", |
16 | | - "mimetype": "text/x-python", |
17 | | - "name": "python", |
18 | | - "nbconvert_exporter": "python", |
19 | | - "pygments_lexer": "ipython3", |
20 | | - "version": "3.7.9" |
21 | | - }, |
22 | | - "colab": { |
23 | | - "name": "index.ipynb", |
24 | | - "provenance": [], |
25 | | - "collapsed_sections": [] |
26 | | - } |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": { |
| 6 | + "id": "MR3F-woo5a0C" |
| 7 | + }, |
| 8 | + "source": [ |
| 9 | + "If you are new to Python notebooks, we encourage you to go through an overview at, for example, [Google Colab](https://colab.research.google.com/notebooks/basic_features_overview.ipynb)." |
| 10 | + ] |
27 | 11 | }, |
28 | | - "cells": [ |
29 | | - { |
30 | | - "cell_type": "markdown", |
31 | | - "metadata": { |
32 | | - "id": "MR3F-woo5a0C" |
33 | | - }, |
34 | | - "source": [ |
35 | | - "If you are new to Python notebooks, we encourage you to go through an overview at, for example, [Google Colab](https://colab.research.google.com/notebooks/basic_features_overview.ipynb)." |
36 | | - ] |
37 | | - }, |
38 | | - { |
39 | | - "cell_type": "markdown", |
40 | | - "metadata": { |
41 | | - "id": "j_oyfECK5a0H" |
42 | | - }, |
43 | | - "source": [ |
44 | | - "## Table of Contents" |
45 | | - ] |
46 | | - }, |
47 | | - { |
48 | | - "cell_type": "markdown", |
49 | | - "metadata": { |
50 | | - "id": "ljO6lahB5a0H" |
51 | | - }, |
52 | | - "source": [ |
53 | | - "[Chapter 1. Proofs: Convincing Arguments](01_proofs_convincing_arguments.ipynb)\n", |
54 | | - "\n", |
55 | | - "[Chapter 2. Finding an Example](02_finding_an_example.ipynb)\n", |
56 | | - "\n", |
57 | | - "[Chapter 4. Logic](04_logic.ipynb)\n", |
58 | | - "\n", |
59 | | - "[Chapter 5. Invariants](05_invariants.ipynb)" |
60 | | - ] |
61 | | - }, |
62 | | - { |
63 | | - "cell_type": "code", |
64 | | - "metadata": { |
65 | | - "id": "VekgJUKn5a0I" |
66 | | - }, |
67 | | - "source": [ |
68 | | - "" |
69 | | - ], |
70 | | - "execution_count": null, |
71 | | - "outputs": [] |
72 | | - } |
73 | | - ] |
| 12 | + { |
| 13 | + "cell_type": "markdown", |
| 14 | + "metadata": { |
| 15 | + "id": "j_oyfECK5a0H" |
| 16 | + }, |
| 17 | + "source": [ |
| 18 | + "## Table of Contents" |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "cell_type": "markdown", |
| 23 | + "metadata": { |
| 24 | + "id": "ljO6lahB5a0H" |
| 25 | + }, |
| 26 | + "source": [ |
| 27 | + "[Chapter 1. Proofs: Convincing Arguments](01_proofs_convincing_arguments.ipynb)\n", |
| 28 | + "\n", |
| 29 | + "[Chapter 2. Finding an Example](02_finding_an_example.ipynb)\n", |
| 30 | + "\n", |
| 31 | + "[Chapter 3. Recursion and Induction](03_recursion_and_induction.ipynb)\n", |
| 32 | + "\n", |
| 33 | + "[Chapter 4. Logic](04_logic.ipynb)\n", |
| 34 | + "\n", |
| 35 | + "[Chapter 5. Invariants](05_invariants.ipynb)" |
| 36 | + ] |
| 37 | + } |
| 38 | + ], |
| 39 | + "metadata": { |
| 40 | + "colab": { |
| 41 | + "collapsed_sections": [], |
| 42 | + "name": "index.ipynb", |
| 43 | + "provenance": [] |
| 44 | + }, |
| 45 | + "kernelspec": { |
| 46 | + "display_name": "Python 3", |
| 47 | + "language": "python", |
| 48 | + "name": "python3" |
| 49 | + }, |
| 50 | + "language_info": { |
| 51 | + "codemirror_mode": { |
| 52 | + "name": "ipython", |
| 53 | + "version": 3 |
| 54 | + }, |
| 55 | + "file_extension": ".py", |
| 56 | + "mimetype": "text/x-python", |
| 57 | + "name": "python", |
| 58 | + "nbconvert_exporter": "python", |
| 59 | + "pygments_lexer": "ipython3", |
| 60 | + "version": "3.7.9" |
| 61 | + } |
| 62 | + }, |
| 63 | + "nbformat": 4, |
| 64 | + "nbformat_minor": 1 |
74 | 65 | } |
0 commit comments