summaryrefslogtreecommitdiff
path: root/spec/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Spec improvementsSimon Ochsenreither2015-04-251-1/+1
|
* spec: remove trailing whitespace everywhereAntoine Gourlay2014-09-171-4/+1
|
* Minor cleanup in aisle READMEAdriaan Moors2014-03-281-1/+5
|
* Import markdown spec under spec/Adriaan Moors2014-03-271-218/+19
| | | | | | | | | | | | | The bulk of the effort was done in: https://github.com/iainmcgin/scala-ref-markdown/ I just ported it to redcarpet 3.1, added a jekyll build to run on Travis, and fixed some long-standing spec bugs. As described in spec/README.md, for now we're only generating an html page per each chapter with a rudimentary toc index. We'll focus on presenting this more nicely first, and then look into a pdf / single-page html version.
* Jekyll generated html in spec/ directoryAdriaan Moors2014-03-271-0/+238
To avoid confusion, removing artifacts for currently unsupported targets (pdf/single-page html). I'd like to bring those back, but in the mean time let's avoid distractions. Add Travis build.