Skip to content

Commit 8067a01

Browse files
Contributor Docs: update gitpod docs and small fix (#54292)
* update gitpod docs and small fix * remove ref from /doc * Update doc/source/development/contributing_gitpod.rst add backticks for directory reference Co-authored-by: Noa Tamir <[email protected]> --------- Co-authored-by: Noa Tamir <[email protected]>
1 parent 4357621 commit 8067a01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/development/contributing_gitpod.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ repository:
7777

7878
$ python -m pytest pandas
7979

80+
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.
8081

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

143-
$ cd docs
144+
$ cd doc
144145
$ python make.py html
145146

146147
Alternatively you can build a single page with::

0 commit comments

Comments
 (0)