Skip to content

Commit

Permalink
Merge pull request quantopian#68 from quantopian/read-the-docs
Browse files Browse the repository at this point in the history
Fixing the read-the-docs build hopefully
  • Loading branch information
TimShawver committed Mar 7, 2016
2 parents ea6359a + 846217d commit 4533b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Qgrid is an `IPython widget <https://github.com/ipython/ipywidgets>`_ which uses
within a `Jupyter notebook <https://github.com/jupyter/notebook>`_.

Other qgrid resources
--------------------
---------------------

This page hosts only the API docs for the project. You might also be interested in these other qgrid-related
resources:
Expand Down
5 changes: 2 additions & 3 deletions qgrid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def show_grid(data_frame, show_toolbar=None, remote_js=None, precision=None, gri
By default, the following options get passed into SlickGrid when
``show_grid`` is called. See the `SlickGrid documentation
<https://github.com/mleibman/SlickGrid/wiki/Grid-Options>`_ for information
about these options.
::
about these options::
{
'fullWidthRows': True,
'syncColumnCellResize': True,
Expand All @@ -175,7 +175,6 @@ def show_grid(data_frame, show_toolbar=None, remote_js=None, precision=None, gri
'autoEdit': False
}
See Also
--------
set_defaults : Permanently set global defaults for `show_grid`.
Expand Down

0 comments on commit 4533b73

Please sign in to comment.