Skip to content
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

Documentation updates #1841

Merged
merged 3 commits into from Jan 3, 2017

Conversation

Projects
None yet
5 participants
@kernc
Copy link
Member

commented Dec 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
  • Documentation
@codecov-io

This comment has been minimized.

Copy link

commented Dec 27, 2016

Current coverage is 89.20% (diff: 100%)

Merging #1841 into master will not change coverage

@@             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          

Sunburst

Powered by Codecov. Last update 48e7e1c...97e9f3c

@@ -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.

Copy link
@ajdapretnar

ajdapretnar Dec 28, 2016

Contributor

Intersphinx is such s**t, but :py:mod:`datetime` actually works.

This comment has been minimized.

Copy link
@kernc

kernc Dec 28, 2016

Author Member

Thanks!

@@ -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.

Copy link
@lanzagar

lanzagar Dec 28, 2016

Contributor

Can we use time here as well to be consistent with the change below.

@kernc kernc force-pushed the kernc:tvar-docs branch from a153567 to 11c9f49 Dec 28, 2016

kernc added some commits Dec 27, 2016

@kernc kernc force-pushed the kernc:tvar-docs branch from 11c9f49 to 97e9f3c Dec 28, 2016

@lanzagar 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
You can’t perform that action at this time.