All Projects → haskell → Haddock

haskell / Haddock

Licence: bsd-2-clause
Haskell Documentation Tool

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Haddock

Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+24248.38%)
Mutual labels:  documentation
Project
project documentation, policies & meeting minutes
Stars: ✭ 263 (-5.05%)
Mutual labels:  documentation
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-1.81%)
Mutual labels:  documentation
Devdocs Macos
An unofficial DevDocs API Documentation viewer for macOS.
Stars: ✭ 258 (-6.86%)
Mutual labels:  documentation
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (-5.42%)
Mutual labels:  documentation
Spring Auto Restdocs
Spring Auto REST Docs is an extension to Spring REST Docs
Stars: ✭ 265 (-4.33%)
Mutual labels:  documentation
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+1252.71%)
Mutual labels:  documentation
Literate.jl
Simple package for literate programming in Julia
Stars: ✭ 272 (-1.81%)
Mutual labels:  documentation
Middlemanapp.com
Documentation for Middleman
Stars: ✭ 264 (-4.69%)
Mutual labels:  documentation
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (-3.25%)
Mutual labels:  documentation
Doorstop
Requirements management using version control.
Stars: ✭ 258 (-6.86%)
Mutual labels:  documentation
Curl Cheat Sheet
A single page document with the most important curl options for HTTP explained
Stars: ✭ 262 (-5.42%)
Mutual labels:  documentation
Guide
Aiming to be a fully transparent company. All information about source{d} and what it's like to work here.
Stars: ✭ 268 (-3.25%)
Mutual labels:  documentation
The Art Of Command Line
Master the command line, in one page
Stars: ✭ 100,482 (+36175.09%)
Mutual labels:  documentation
Vue Element Admin Site
📝 The documentation source of vue-element-admin https://panjiachen.github.io/vue-element-admin-site
Stars: ✭ 275 (-0.72%)
Mutual labels:  documentation
Professional Programming
A collection of full-stack resources for programmers.
Stars: ✭ 15,936 (+5653.07%)
Mutual labels:  documentation
Docs
📖 Documentation markdown for all Vapor packages.
Stars: ✭ 265 (-4.33%)
Mutual labels:  documentation
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-0.72%)
Mutual labels:  documentation
Dlang.org
Pages for the dlang.org website, home of the D Programming Language
Stars: ✭ 274 (-1.08%)
Mutual labels:  documentation
Documentation User
Sources For Odoo Enterprise Business Apps User Manual
Stars: ✭ 265 (-4.33%)
Mutual labels:  documentation

Haddock CI Hackage

Haddock is the standard tool for generating documentation from Haskell code. Full documentation about Haddock itself can be found in the doc/ subdirectory, in reStructedText format format.

Project overview

This project consists of three packages:

  • haddock: provides the haddock executable. It is implemented as a tiny wrapper around haddock-api's Documentation.Haddock.haddock function.

  • haddock-api: contains the program logic of the haddock tool. The haddocks for the Documentation.Haddock module offer a good overview of the functionality.

  • haddock-library: is concerned with the parsing and processing of the Haddock markup language. Unlike the other packages, it is expected to build on a fairly wide range of GHC versions.

Contributing

See CONTRIBUTING.md to see how to make contributions to the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].