literator v0.4.0
For better modularity and convenience of use, separated project into several parts:
- Library:
- Added autogenerated links definition list (#7)
- Changed index building and moved index to the bottom of the document
- Solved problem of nested comments (#4)
- Abstracted parsing over particular language (#1); Added the most useful languages
- Made everything more
File
-centric (instead of justString
s); - Merged
literateFile/Dir
into oneFile.literate()
method;
- Sbt plugin:
- Has
docsMap
key, for multiple mapping between srcs -> doc dirs - Has
docsOutputDirs
for adding them tocleanFiles
- Has
- Command line application:
- So far very primitive application; planning to add some nice options and conscript cover.
Other changes:
- Changed
organization
in sbt and package prefix in code tolaughedelic
- Now publishing everything to Bintray