google / codeworld

Educational computer programming environment using Haskell
http://code.world
Apache License 2.0
1.24k stars 197 forks source link

API documentation needs a custom theme #8

Open cdsmith opened 10 years ago

cdsmith commented 10 years ago

We should see try to theme haddock to make the API documentation less busy. Things like instances should be removed. The page structure should be re-organized to remove references to modules (like Prelude). Confusing notation should be removed for fixity declarations (or the entire fixity removed if it can't be phrased in a more friendly way.)

cdsmith commented 6 years ago

Looking into this, we plan to auto-generate a library reference from the codeworld-base.txt (i.e., hoogle-format) output.