Skip to content

Commit

Permalink
fix: Backport additional Jekyll changes (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge committed Feb 21, 2024
1 parent e5073ce commit 73da6bd
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 12 deletions.
6 changes: 5 additions & 1 deletion latest/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
4 changes: 4 additions & 0 deletions latest/VerificationOptimization/VerificationOptimization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Verification Optimization
---

# Overview

Dafny verifies your program using a type of theorem prover known as a Satisfiability Modulo Theories (SMT) solver. More specifically, it uses the [Z3](https://github.com/Z3Prover/z3) solver. In many cases, it's possible to state only the final properties you want your program to have, with annotations such as `requires` and `ensures` clauses, and let the prover do the rest for you, automatically.
Expand Down
6 changes: 5 additions & 1 deletion v3.10.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v3.11.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v3.12.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v3.13.1/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v3.9.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v3.9.1/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v4.0.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
6 changes: 5 additions & 1 deletion v4.1.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
4 changes: 4 additions & 0 deletions v4.1.0/VerificationOptimization/VerificationOptimization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Verification Optimization
---

# Overview

Dafny verifies your program using a type of theorem prover known as a Satisfiability Modulo Theories (SMT) solver. More specifically, it uses the [Z3](https://github.com/Z3Prover/z3) solver. In many cases, it's possible to state the only the final properties you want your program to have, with annotations such as `requires` and `ensures` clauses, and let the prover do the rest for you, automatically.
Expand Down
6 changes: 5 additions & 1 deletion v4.2.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
4 changes: 4 additions & 0 deletions v4.2.0/VerificationOptimization/VerificationOptimization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Verification Optimization
---

# Overview

Dafny verifies your program using a type of theorem prover known as a Satisfiability Modulo Theories (SMT) solver. More specifically, it uses the [Z3](https://github.com/Z3Prover/z3) solver. In many cases, it's possible to state only the final properties you want your program to have, with annotations such as `requires` and `ensures` clauses, and let the prover do the rest for you, automatically.
Expand Down
6 changes: 5 additions & 1 deletion v4.3.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
4 changes: 4 additions & 0 deletions v4.3.0/VerificationOptimization/VerificationOptimization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Verification Optimization
---

# Overview

Dafny verifies your program using a type of theorem prover known as a Satisfiability Modulo Theories (SMT) solver. More specifically, it uses the [Z3](https://github.com/Z3Prover/z3) solver. In many cases, it's possible to state only the final properties you want your program to have, with annotations such as `requires` and `ensures` clauses, and let the prover do the rest for you, automatically.
Expand Down
6 changes: 5 additions & 1 deletion v4.4.0/StyleGuide/Style-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<font size="+4"><p style="text-align: center;">Dafny Style Guide</p></font>
---
title: Dafny Style Guide
---

# Dafny Style Guide

* toc
{:toc}
Expand Down
4 changes: 4 additions & 0 deletions v4.4.0/VerificationOptimization/VerificationOptimization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Verification Optimization
---

# Overview

Dafny verifies your program using a type of theorem prover known as a Satisfiability Modulo Theories (SMT) solver. More specifically, it uses the [Z3](https://github.com/Z3Prover/z3) solver. In many cases, it's possible to state only the final properties you want your program to have, with annotations such as `requires` and `ensures` clauses, and let the prover do the rest for you, automatically.
Expand Down

0 comments on commit 73da6bd

Please sign in to comment.