-
Notifications
You must be signed in to change notification settings - Fork 87
Move tutorial to readme #284
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
Move tutorial to readme #284
Conversation
…D to GitHub-flavored MD
Bodigrim
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.
Excellent!
| Even better, the `--output` option directs our program to write a | ||
| report to the file [`fibber.html`](fibber.html). | ||
|
|
||
| ```shellsession |
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.
TIL! :)
RyanGlScott
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.
Awesome, thank you for working on this @ulysses4ever!
| kernel density estimate was built. The $x$ axis indicates the number | ||
| of loop iterations, while the $y$ axis shows measured execution time | ||
| for the given number of iterations. The line "behind" the values is a | ||
| for the given number of iterations. The line “behind” the values is a |
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.
Genuinely curious: what is the rationale for using this style of double quotes?
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.
FTR it's a separate commit and we can revert it if you want.
Tldr; It's typography 101. A longer answer from the top of Google search: https://practicaltypography.com/straight-and-curly-quotes.html (fun fact: being in Indiana, you might have heard of the author, a prominent Racketeer at one point)
Co-authored-by: Ryan Scott <ryan.gl.scott@gmail.com>
Co-authored-by: Ryan Scott <ryan.gl.scott@gmail.com>
Fix #278 /cc @RyanGlScott @Bodigrim
The main change is merging
www/tutorial.mdintoREADME.markdown, but there are a lot of moving pieces. I tried to triple-check things (even used a local Hackage instance), but bugs are still possible; the main complexity is making sure the pandoc-flavored document correctly translates into GFM. I created several commits so that it may be easier to get an overview of changes (should probably be squashed in the end).The images do not render yet because, as @Bodigrim suggested, the links point to Hackage. So, this change will require a release. I took liberty to bump the version number and added a changelog entry for that reason.
There was a lot of redundancy between the following: the cabal file description, readme, www/index.md, www/tutorial.md. I tried to clean it up as much as possible.
I purged all dead code, including things like the HTML template file that was used to generate the website pages and the splash screen in the header of the old site. Arguably, they bear some historical value. But since we're using VCS, I don't see a reason to preserve them on
master. Also, the old site is (hopefully) always on Web Archive.