imag/doc
Homu 469bdd1d94 Auto merge of #99 - TheNeikos:add-libstore, r=matthiasbeyer
Add libimagstore

Alright, do check the file and feel free to post comments/ask questions
2016-01-17 23:44:27 +09:00
..
src Auto merge of #99 - TheNeikos:add-libstore, r=matthiasbeyer 2016-01-17 23:44:27 +09:00
templates Add table css for html template 2016-01-11 18:04:29 +01:00
.gitignore Add default doc setup 2016-01-08 13:11:04 +01:00
Makefile Add css-include setup for html template 2016-01-11 18:04:29 +01:00
README.md Add readme file for paper 2016-01-08 13:12:55 +01:00
default.nix doc/default.nix: List dependencies for building the paper explicitely 2016-01-08 13:41:09 +01:00

README.md

Documentation of the idea

This subdirectory contains the documentation of the basic idea behind ``imag''. It is written in Markdown and compiled to both PDF and HTML via pandoc.

Contributing to this paper

First, the paper is not build by travis-ci. This means if there are errors, they will be detected by me only if I build the paper. I know this is not optimal, but as documented in 70, building the paper in travis would slow down the travis-ci machines too much.

So if you want to contribute I would like you to build the paper, if you can. The dependencies you need are listed in the default.nix file (you don't need either nix nor nixos, all of these packages should be available in all major distros). Make sure you use pandoc 1.10+.

Contributing to this paper is done via normal pull requests, RFC-Like.

That's all to it so far.