{-|
Module : Gargantext.Viz
Description : Viz tools
Copyright : (c) CNRS, 2018
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
Vizualisation of text stats
-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Gargantext.Viz
where
-
Alexandre Delanoë authored
[DOC] adding haddock documentation (compiles). Commenting src-test. Focusing on doctest in documentation.
fcec7770