haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
298 stars 82 forks source link

Deduplicate docs, prepare to get rid of website #219

Closed Ericson2314 closed 1 year ago

Ericson2314 commented 2 years ago

The idea is that the docs should the source of truth, and be able to replace the website (#215).

Information from the read-me is also moved to the docs.

The CONTRIBUTING.rst symlink is intended to do a thing on GitHub (see https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors), but I am not sure how to confirm it will short of merging this PR.

Ericson2314 commented 2 years ago

Docs are rendered at https://haskell-alex.readthedocs.io/en/refactor-read-docs-website/

Ericson2314 commented 1 year ago

Look good now, @andreasabel?

andreasabel commented 1 year ago

Thanks for your good work, @Ericson2314 !