-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 4 documentation #9
Conversation
Arbitrary instance with granularity.
Current coverage is 100% (diff: 100%)@@ master #9 diff @@
===================================
Files 8 8
Lines 76 78 +2
Methods 76 78 +2
Messages 0 0
Branches 0 0
===================================
+ Hits 76 78 +2
Misses 0 0
Partials 0 0
|
--- | ||
layout: home | ||
technologies: | ||
- scala: ["Scala", "Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolo…"] |
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.
Oops, forgot about this - will fix.
require 'open-uri' | ||
require 'uri' | ||
|
||
class Jekyll::IncludeRemoteTag < Jekyll::Tags::IncludeTag |
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.
I wonder if there is a way to provide all of of these includes also so that projects don't have to include jekyll sources themselves. Not related to this PR though, I know all projects have it.
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.
Sounds like a git submodule, though those are notoriously tricky to work with.
Excellent docs and great work @noelmarkham! LGTM! Merge at will. |
Microsites documentation for the library, integrated with Tut.
If you want to read it on the Microsites rendered page, run
sbt docs/tut
, and then it should be available in a Jekyll build: runjekyll server
indocs/src/jekyll
, then visit http://127.0.0.1:4000/scalacheck-datetime/Also added
Arbitrary
instances, and appropriate tests.@raulraja @FPerezP @franciscodr @diesalbla - would you be able to take a look when you get a chance please? In my opinion, this should be sufficient for a 0.1 release.
Resolves #4