Skip to content

Commit

Permalink
Updating READMEs with ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Sep 23, 2017
1 parent 9af9df4 commit c138c1b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [CryptoMiniSat SAT solver](#cryptominisat-sat-solver)
- [Compiling in Linux](#compiling-in-linux)
- [Compiling in Mac OSX](#compiling-in-mac-osx)
- [Compiling in Windows](#compiling-in-windows)
- [Builing and using through a Docker container](#builing-and-using-through-a-docker-container)
- [Command-line usage](#command-line-usage)
- [Python usage](#python-usage)
- [Library usage](#library-usage)
- [Multiple solutions](#multiple-solutions)
- [Preprocessor usage](#preprocessor-usage)
- [Gaussian elimination](#gaussian-elimination)
- [Testing](#testing)
- [Fuzzing](#fuzzing)
- [Configuring a build for a minimal binary&library](#configuring-a-build-for-a-minimal-binarylibrary)
- [Web-based run explorer](#web-based-run-explorer)
- [C usage](#c-usage)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Linux build](https://travis-ci.org/msoos/cryptominisat.svg?branch=master)](https://travis-ci.org/msoos/cryptominisat)
[![Windows build](https://ci.appveyor.com/api/projects/status/8d000iy63xu7eau5?svg=true)](https://ci.appveyor.com/project/msoos/cryptominisat)
Expand Down
12 changes: 12 additions & 0 deletions web/README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Install MySQL, PHP and Apache2](#install-mysql-php-and-apache2)
- [Set up Apache](#set-up-apache)
- [Build CryptoMiniSat](#build-cryptominisat)
- [Run CryptoMiniSat](#run-cryptominisat)
- [Explore](#explore)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Install MySQL, PHP and Apache2
------

Expand Down

0 comments on commit c138c1b

Please sign in to comment.