Skip to content

Docs readme update #23097

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

Closed
Changes from all commits
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
3 changes: 2 additions & 1 deletion doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ the pandas code and git, see `the developer pages
When you start to work on some docs, be sure to update your code to the latest
development version ('master')::

git remote add upstream https://github.com/pandas-dev/pandas.git
Copy link
Member

Choose a reason for hiding this comment

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

Since this is really something that only ever needs to be done once would be better separated out

git fetch upstream
git rebase upstream/master
git merge upstream/master

Often it will be necessary to rebuild the C extension after updating::

Expand Down