Skip to content
Merged
Changes from 2 commits
Commits
File filter

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/development/contributing_gitpod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ repository:

$ python -m pytest pandas

Note that this command takes a while to run, so once you've confirmed it's running you may want to cancel it using ctrl-c.

Quick workspace tour
--------------------
Expand Down Expand Up @@ -138,9 +139,9 @@ Rendering the pandas documentation
----------------------------------
You can find the detailed documentation on how rendering the documentation with
Sphinx works in the :ref:`contributing.howto-build-docs` section. To build the full
docs you need to run the following command in the docs directory::
docs you need to run the following command in the /doc directory::

$ cd docs
$ cd doc
$ python make.py html

Alternatively you can build a single page with::
Expand Down