diff --git a/.gitignore b/.gitignore index fa647c89e..aa484f7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ MANIFEST build .coverage dist +datalab.magics.rst diff --git a/.travis.yml b/.travis.yml index f3f210d6b..adc180ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ language: python python: - - "2.7" - - "3.4" + - 2.7 + - 3.5 before_install: + - sudo apt-get install -y python-setuptools - npm install -g typescript - tsc --module amd --noImplicitAny --outdir datalab/notebook/static datalab/notebook/static/*.ts - pip install -U pip + - pip install -U setuptools - pip install . script: python ./tests/main.py diff --git a/README.md b/README.md index ffa63d075..c1c860ad4 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,5 @@ You will also need to set the project ID to use; either set a `PROJECT_ID` environment variable to the project name, or call `set_datalab_project_id(name)` from within your notebook. +## Documentation +You can read the Sphinx generated docs at: [http://googledatalab.github.io/pydatalab/](http://googledatalab.github.io/pydatalab/) diff --git a/datalab/bigquery/commands/_bigquery.py b/datalab/bigquery/commands/_bigquery.py index 9731965ab..032f1e56c 100644 --- a/datalab/bigquery/commands/_bigquery.py +++ b/datalab/bigquery/commands/_bigquery.py @@ -1009,6 +1009,14 @@ def _repr_html_table_schema(schema): _HTML_TEMPLATE = """