Skip to content

Commit df0c4cb

Browse files
committed
DOCS-quantopian#22: Remove qgrid read-the-docs
Signed-off-by: Richard Lin <richard.lin.047@berkeley.edu>
1 parent b3c4089 commit df0c4cb

File tree

6 files changed

+0
-557
lines changed

6 files changed

+0
-557
lines changed

README.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,6 @@ Running automated tests
165165
There is a small python test suite which can be run locally by running the command ``pytest`` in the root folder
166166
of the repository.
167167

168-
Building docs
169-
^^^^^^^^^^^^^
170-
The read-the-docs page is generated using sphinx. If you change any doc strings or want to add something to the
171-
read-the-docs page, you can preview your changes locally before submitting a PR using the following commands::
172-
173-
pip install sphinx sphinx_rtd_theme
174-
cd docs && make html
175-
176-
This will result in the ``docs/_build/html`` folder being populated with a new version of the read-the-docs site. If
177-
you open the ``index.html`` file in your browser, you should be able to preview your changes.
178-
179168
Events API
180169
----------
181170
As of qgrid 1.0.3 there are new ``on`` and ``off`` methods in qgrid which can be used to attach/detach event handlers. They're available on both the ``modin_spreadsheet`` module (see `qgrid.on <https://qgrid.readthedocs.io/en/latest/#qgrid.on>`_), and on individual SpreadsheetWidget instances (see `qgrid.QgridWidget.on <https://qgrid.readthedocs.io/en/latest/#qgrid.QgridWidget.on>`_). Previously the only way to listen for events was to use undocumented parts of the API.

docs/Makefile

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)