tintin
tintin copied to clipboard
📚 A softer alternative to Haddock
Is this project abandoned? - not been updated to latest GHC versions - last commit 3 years ago
``` tintin > configure (lib + exe) tintin > Configuring tintin-1.10.1... tintin > build (lib + exe) tintin > Preprocessing library for tintin-1.10.1.. tintin > Building library for tintin-1.10.1.. tintin...
I wanted to specifically link to `Haskell eval blocks` at https://theam.github.io/tintin/05-formatting-your-docs.html but was unable to do so.
From the docs: > If you print something (putStrLn) it will get appended to the website. You can use this to generate HTML widgets. I tried doing this, but the...
The relevant section for `Haskell eval blocks` at https://theam.github.io/tintin/05-formatting-your-docs.html says: > Note that the result type must implement the Show type class, or else it will fail. However, the following...
Did I miss this in the Tintin docs, or is there no recommended way of dealing with images (png, jpeg, etc) in documentation? I tried putting a `logo.png` file in...
I just noticed R `pkgdown` has a nice "copy to clipboard" button on every code block: https://pkgdown.r-lib.org/ Seems pretty straightforward to add : https://www.w3schools.com/howto/howto_js_copy_clipboard.asp , or better still: https://clipboardjs.com/
When using the new custom options, the footer is not correctly positioned and the colors are not properly set. Part of the content is not correctly aligned. 