8000 DOC: Update documentation to reference SSH by ogidig5 · Pull Request #26343 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update documentation to reference SSH #26343

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
wants to merge 5 commits into from
Closed
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
Prev Previous commit
DOC:The authentication instructions are incorrect and outdated. [skip…
… azp] [skip actions] [skip cirrus]
  • Loading branch information
ogidig5 committed May 4, 2024
commit bf6fb996a1a851da0b573048892e2514dc1f96bd
8 changes: 6 additions & 2 deletions doc/source/dev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,13 @@ Here's the short summary, complete TOC links are below:
* Push your changes back to your fork on GitHub::

git push origin linspace-speedups

* Go to GitHub. The new branch will show up with a green Pull Request
button. Make sure the title and message are clear, concise, and self-
explanatory. Then click the button to submit it.

* If your commit introduces a new feature or changes functionality, consider sharing
your changes on the `mailing list`_ to explain your changes. For bug fixes, documentation
* If your commit introduces a new feature or changes functionality, post
on the `mailing list`_ to explain your changes. For bug fixes, documentation
updates, etc., this is generally not necessary, though if you do not get
any reaction, do feel free to ask for review.

Expand Down
0