Skip to content

Contributor Docs: update gitpod docs and small fix #54292

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 3 commits into from
Aug 1, 2023
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/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 :ref:`/doc` directory::
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is wrong sorry, let me change it :)


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

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