-
Notifications
You must be signed in to change notification settings - Fork 164
Move content from the Clash.Tutorial module and Read the Docs to docs.clash-lang.org
#3019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
921b548 to
920bc99
Compare
martijnbastiaan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. Fighting Haddock wasn't fun anyway!
DigitalBrains1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's one "in at". If we're going to tackle that one anyway, let's also change some "in"s to "at"s.
e3d497c to
9203ab2
Compare
The actual tutorial has been moved to: https://docs.clash-lang.org/tutorial/ Parts that belong to the Clash compiler user guide have been moved to: https://docs.clash-lang.org/compiler-user-guide/
And remove all the documentation that was there, including STYLE.rst and HACKING.rst in the root.
a502ee1 to
819b99a
Compare
DigitalBrains1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christiaanb I cannot request your review on your own PR, but could you please indicate whether you are fine with the second commit?
|
Yeah, I'm good |
Clash.Tutorial module to docs.clash-lang.orgClash.Tutorial module and Read the Docs to docs.clash-lang.org
The content from the
Clash.Tutorialmodule and from https://clash-lang.readthedocs.io/ has been split and moved to two new locations.Moving the documentation to these locations makes it easier to update their content as it is no longer needed to release a new version of the
clash-preludepackage for the publication of this content.