Open langston-barrett opened 8 years ago
Looks like there's IdrisDoc, which I just learned about :-) might be helpful to point newbies in that direction!
@siddharthist mind dropping the link here?
@ostera You will be interested in:
When installing idris packages you can also innvoke: idris --installdoc <pkg name>
that will install the documentation for he package (html) into idris --docdir
. Or idris --mkdoc <pkg name>
that will dump the documentation into the project's root. All the documentation in the generate docs are accessible from Idris' REPL, and various IDE mode's.
Any question's please feel free to lurk in #idris on freenode, or send a question to the mailing list.
Is there any documentation available for this library?