Skip to content

Commit

Permalink
README.md: Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthoenig committed Mar 16, 2018
1 parent bbfbaf7 commit ec072cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
|:-----------------:|:----------------:|:----------------:|
| [![][travis-img]][travis-url] | [![][appveyor-img]][appveyor-url] | [![][codecov-img]][codecov-url] |

Table of Contents
=================

* [FirstOrderLogic.jl](#firstorderlogicjl)
* [Overview](#overview)
* [Functionality](#functionality)
* [Purpose](#purpose)
* [Installation](#installation)
* [Usage](#usage)
* [Quick walkthrough](#quick-walkthrough)
* [Formula syntax](#formula-syntax)
* [Example](#example)
* [Some important functions](#some-important-functions)
* [How is this different from PROLOG?](#how-is-this-different-from-prolog)

# FirstOrderLogic.jl

This is a Julia package for parsing, manipulating and evaluating formulas in first-order logic.
Expand Down

0 comments on commit ec072cf

Please # to comment.