Apache-2.0 licensed by The Agile Monkeys
Maintained by [email protected]
This version can be pinned in stack with:tintin-1.10.0@sha256:4ed09092d0218825c064384f992d8b83b59ebd26fea42aecbcc369b5b6ed38c5,3087

Tintin

Tintin allows you to create fancy plug ‘n’ play documentation sites for your Haskell project very easily.

Proceed to site to learn how to use Tintin.

FAQ

Why not just use Haddock?

Haddock provides a great interface for writing API documentation, which is a kind of hard documentation. Newcomers from other languages are used to have a website per library, but sometimes this gets uncomfortable, as maintaining a documentation website is more work for the author.

Tintin helps with this problem, as you get styling and organization for free. You just have to write your documentation using Markdown.

The website generation is focused towards guides and tutorials, helping your users understand how to use your package easily.

Why not using ReadTheDocs or GitBook?

ReadTheDocs and GitBook are well established solutions for documentation, but they don’t provide automatic compilation and evaluation of Haskell code. This is error prone and can lead to confuse your users.

Tintin is tightly integrated with Haskell and its tools, helping you to document your library in a very easy way.

Projects using Tintin

Please submit a PR if you are using Tintin!

λ λ
Tintin A softer alternative to Haddock
backprop Heterogeneous automatic differentiation
hedn EDN parsing and encoding

Copyright

tintin - Copyright © 2018 Theam

Changes

Changelog for tintin

1.10.0

  • Custom colors
  • Custom google font
  • Custom package defintion in tintin.yml