Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation updates #1841
Conversation
kernc
assigned
BlazZupan and
lanzagar
Dec 27, 2016
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Dec 27, 2016
•
Current coverage is 89.20% (diff: 100%)@@ master #1841 diff @@
==========================================
Files 86 86
Lines 9077 9077
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 8097 8097
Misses 980 980
Partials 0 0
|
ajdapretnar
reviewed
Dec 28, 2016
| @@ -174,8 +174,9 @@ Time variables | |||
| -------------- | |||
| Time variables are continuous variables with value 0 on the Unix epoch, | |||
| 1 January 1970 00:00:00.0 UTC. Positive numbers are dates beyond this date, | |||
| and negative dates before. Due to limitation of Python :py:module:`datetime` module, | |||
| and negative dates before. Due to limitation of Python `datetime <https://docs.python.org/3/library/datetime.html>`_ module, | |||
This comment has been minimized.
This comment has been minimized.
ajdapretnar
Dec 28, 2016
•
Contributor
Intersphinx is such s**t, but :py:mod:`datetime` actually works.
This comment has been minimized.
This comment has been minimized.
lanzagar
reviewed
Dec 28, 2016
| @@ -117,17 +117,19 @@ Header with Attribute Type Information | |||
|
|
|||
| Consider again the :download:`sample.xlsx <sample.xlsx>` data set. This time | |||
| we will augment the names of the attributes with prefixes | |||
| that define attribute type (continuous, discrete, string) and kind (class or meta attribute) | |||
| Prefixes are separated from the attribute name with a hash sign ("\#"). Prefixes for the attribute kind are: | |||
| that define attribute type (continuous, discrete, datetime, string) and role (class or meta attribute) | |||
This comment has been minimized.
This comment has been minimized.
lanzagar
Dec 28, 2016
Contributor
Can we use time here as well to be consistent with the change below.
kernc
force-pushed the
kernc:tvar-docs
branch
from
a153567
to
11c9f49
Dec 28, 2016
kernc
added some commits
Dec 27, 2016
kernc
force-pushed the
kernc:tvar-docs
branch
from
11c9f49
to
97e9f3c
Dec 28, 2016
lanzagar
approved these changes
Jan 3, 2017
lanzagar
merged commit 66d2f24
into
biolab:master
Jan 3, 2017
5 checks passed
codecov/patch
Coverage not affected when comparing 48e7e1c...97e9f3c
Details
codecov/project
89.20% (+0.00%) compared to 48e7e1c
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
licence/cla
Contributor License Agreement is signed.
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
kernc commentedDec 27, 2016
Description of changes
Fix some docs warnings, include data.io.rst in TOC, add more time variable format info, replace "kind" with "role" in Loading your data.
Includes