Skip to content

DOC: remove latex and parallel building #15637

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

Merged
merged 4 commits into from
Mar 9, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2070,9 +2070,9 @@ by the Table Schema spec.
The full list of types supported are described in the Table Schema
spec. This table shows the mapping from pandas types:

============== =================
=============== =================
Pandas type Table Schema type
============== =================
=============== =================
int64 integer
float64 number
bool boolean
Expand Down Expand Up @@ -3096,6 +3096,7 @@ The default is to 'infer

.. ipython:: python
:suppress:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same line in v0.20.0.txt as well :>

import os
os.remove("data.pkl.compress")
os.remove("data.pkl.xz")
Expand Down