- Nov 07, 2018
-
-
Alec Theriault authored
* swap the minimize unicode to something more intuitive * use new unicode expander/collapser for instance lists * address some alignment issues in the "index" page
-
- Oct 18, 2018
-
-
-
-
This solves an issue reported about the content looking incredibly small on mobile devices.
-
This supports the expected responsive menu design, where the package name appears above the menu links.
-
Several things are addressed here: - better responsive behaviour on the header - better space usage - consistent colors overall - other nit PR comments
-
-
-
- Apr 27, 2018
-
-
Alan Zimmerman authored
-
- Mar 27, 2018
-
-
* Metadoc stores a package name This means that '@since' annotations can be package aware. * Get the package name the right way This should extract the package name for `@since` annotations the right way. I had to move `modulePackageInfo` around to do this and, in the process, I took the liberty to update it. Since it appears that finding the package name is something that can fail, I added a warning for this case. * Silence warnings * Hide package for local 'since' annotations As discussed, this is still the usual case (and we should avoid being noisy for it). Although this commit is large, it is basically only about threading a 'Maybe Package' from 'Haddock.render' all the way to 'Haddock.Backends.Xhtml.DocMarkup.renderMeta'. * Bump binary interface version * Add a '--since-qual' option This controls when to qualify since annotations with the package they come from. The default is always, but I've left an 'external' variant where only those annotations coming from outside of the current package are qualified. * Make ParserSpec work * Make Fixtures work * Use package name even if package version is not available The @since stuff needs only the package name passed in, so it makes sense to not be forced to pass in a version too.
-
- Feb 18, 2018
- Feb 04, 2018
-
-
alexbiehl authored
-
- Feb 03, 2018
-
-
alexbiehl authored
-
- Feb 01, 2018
-
-
See #579. This just adds an <a> tag around the heading, pointing to the heading itself.
-
- Oct 31, 2017
-
-
alexbiehl authored
-
alexbiehl authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Oct 30, 2017
-
-
Alex Biehl authored
-
- Oct 09, 2017
-
-
* Remove unnecessary call to 'collapseSection' The call is unnecessary since there is no corresponding toggle for hiding the section of orphan instances. * Use <details> for collapsibles This makes them work even when JS is disabled. Closes #560.
-
- Oct 08, 2017
-
-
alexbiehl authored
-
- Sep 23, 2017
-
-
* Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme
-
- Aug 29, 2017
-
-
Alexander Biehl authored
-
alexbiehl authored
-
- Aug 28, 2017
-
-
alexbiehl authored
-
- Aug 27, 2017
-
-
alexbiehl authored
-
Generate an index for package content search
-
- Jun 09, 2017
-
-
* Haddock support for bundled pattern synonyms * Add fixities to bundled pattern synonyms * Add bundled pattern synonyms to the synopsis * Store bundled pattern fixities in expItemFixities * Add test for bundled pattern synonyms * Stop threading fixities * Include bundled pattern synonyms for re-exported data types Sadly, fixity information isn't found for re-exported data types * Support for pattern synonyms * Modify tests after #631 * Test some reexport variations * Also lookup bundled pattern synonyms from `InstalledInterface`s * Check isExported for bundled pattern synonyms * Pattern synonym is exported check * Always look for pattern synonyms in the current module Another overlooked cornercase * Account for types named twice in export lists Also introduce a fast function for nubbing on a `Name` and use it throughout the code base. * correct fixities for reexported pattern synonyms * Fuse concatMap and map * Remove obsolete import * Add pattern synonyms to visible exports * Fix test * Remove corner case
-
- Jun 05, 2017
-
-
- Apr 26, 2017
-
-
- Apr 25, 2017
-
-
I forgot a conditional, oops! Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> (cherry picked from commit a0c4790e)
-
- Apr 23, 2017
-
-
Edward Z. Yang authored
I forgot a conditional, oops! Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Apr 03, 2017
-
-
MathJax is shutting down their CDN: https://www.mathjax.org/cdn-shutting-down/ They recommend migrating to cdnjs.
-
- Mar 23, 2017
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> (cherry picked from commit 4eb765ca)
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> (cherry picked from commit 07b88c5d)
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> (cherry picked from commit 2067a2d0)
-
- Mar 22, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 16, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Dec 12, 2016
-
-
Alan Zimmerman authored
-