Skip to content

Commit

Permalink
docs: Replace README.md with symlink to docs/README.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
quytelda committed May 22, 2018
1 parent 533e508 commit 1c86c21
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 63 deletions.
63 changes: 0 additions & 63 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.rst
26 changes: 26 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
####
FOCS
####

Functional Open C Structures: A C Data Structures Library
Current Version: ``focs-0.0.0-rc1`` (pre-release)

What is FOCS?
-------------

FOCS is a data structure library implemented in C, designed to provide common data structures to C programs. Additionally, FOCS aims to provide a functional programming bent to these data structures by providing common higher order functions like `map` and `fold` that can be used with all of these data structures.

Documentation
-------------

See https://quytelda.github.io/focs/.

Obtaining FOCS
--------------

See https://quytelda.github.io/focs/installation/obtaining.html.

Building FOCS
-------------

See https://quytelda.github.io/focs/installation/makefile.html.

0 comments on commit 1c86c21

Please sign in to comment.