<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/dev/gitwash/git_links.inc, branch issue_20025</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: Update master to main after branch rename (gh-18544)</title>
<updated>2021-03-04T15:11:41+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefanv@berkeley.edu</email>
</author>
<published>2021-03-04T15:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=954605ec08ad833899ffb956395f2d70f8eea2df'/>
<id>954605ec08ad833899ffb956395f2d70f8eea2df</id>
<content type='text'>
* Upload docs to main branch of neps/devdocs

* Update `master` to `main` to be consistent with current state of renaming

* Remove badges from README

* Replace remaining instances of `master` with `main`

* Add back logo

* Fix CircleCI branch checks

* Fix GA branch name

* master-&gt;main in issue templates.

* master-&gt;main for 2 links to numpy archive.

* Change master to main in NEP 23

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Upload docs to main branch of neps/devdocs

* Update `master` to `main` to be consistent with current state of renaming

* Remove badges from README

* Replace remaining instances of `master` with `main`

* Add back logo

* Fix CircleCI branch checks

* Fix GA branch name

* master-&gt;main in issue templates.

* master-&gt;main for 2 links to numpy archive.

* Change master to main in NEP 23

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fixes for 18 broken links (#16472)</title>
<updated>2020-06-06T15:02:14+00:00</updated>
<author>
<name>bjnath</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-06T15:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9'/>
<id>9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9</id>
<content type='text'>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix development_workflow links</title>
<updated>2020-06-01T09:13:57+00:00</updated>
<author>
<name>Ben Nathanson</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-01T09:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=afc343096773c15bb0aa74f910d6705e52d9eba4'/>
<id>afc343096773c15bb0aa74f910d6705e52d9eba4</id>
<content type='text'>
Fixed links for branch delete and graph visualizer.

Updated instructions for branch delete (git since 1.7.0 (Sept 2010)
has allowed --delete sted ':').

'Learn git' link pointed to Bitbucket instructions; replaced with GitHub
instructions.

Minor rewording in 'Pushing changes to the main repo'.

This is NOT a review of the page, only some fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed links for branch delete and graph visualizer.

Updated instructions for branch delete (git since 1.7.0 (Sept 2010)
has allowed --delete sted ':').

'Learn git' link pointed to Bitbucket instructions; replaced with GitHub
instructions.

Minor rewording in 'Pushing changes to the main repo'.

This is NOT a review of the page, only some fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: changes from review</title>
<updated>2019-04-23T15:03:27+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-04-23T09:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3f8b40667313607b092692abdc388f6db416b65d'/>
<id>3f8b40667313607b092692abdc388f6db416b65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: reorganize developer docs, use scikit-image as a base for change</title>
<updated>2019-04-21T07:44:26+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-04-19T13:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3ad01dbc16f8dedc819fe3ebfff493c3fc59f566'/>
<id>3ad01dbc16f8dedc819fe3ebfff493c3fc59f566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP -&gt; HTTPS, and other linkrot fixes</title>
<updated>2018-06-16T06:18:19+00:00</updated>
<author>
<name>Mike Toews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-06-16T06:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=83828f52b287fefb3d8753a21bd3441997a4d687'/>
<id>83828f52b287fefb3d8753a21bd3441997a4d687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: update docs and comments for move of mailing list to python.org</title>
<updated>2017-03-26T07:52:46+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2017-03-26T07:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=46f7dca10c2b12a0cc35a7174dd7c88f1da879dd'/>
<id>46f7dca10c2b12a0cc35a7174dd7c88f1da879dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update Development Workflow Page</title>
<updated>2015-01-10T12:45:52+00:00</updated>
<author>
<name>Ryan Nelson</name>
<email>rnelsonchem@gmail.com</email>
</author>
<published>2014-11-30T22:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=557108cd2406a7c98e2aa88d2f5a04bbf3bbf4a0'/>
<id>557108cd2406a7c98e2aa88d2f5a04bbf3bbf4a0</id>
<content type='text'>
The "Basic Workflow" section of the Development Workflow page was reorganized
to make it clearer to new users and remove/update old material.

Major changes:

- Moved the core developer notes. Core dev notes are confusing in basic usage
  information. Updated a couple of the commands

- Added more commands and reorgaized the "New Feature Branch" section. Took
  some text from "Rebasing" and moved it here, because it was redundant.

- Made many changes to the "Editing Workflow" to clarify commands. Moved some
  git push stuff into this section as well.

- Moved pull request section to just after editing workflow. Removed outdated
  images and simplified the text. Make code review requirements explicit.

- Moved rebasing and troubleshooting sections to the end. Could add more here
  later.

- Links renamed and broken link removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "Basic Workflow" section of the Development Workflow page was reorganized
to make it clearer to new users and remove/update old material.

Major changes:

- Moved the core developer notes. Core dev notes are confusing in basic usage
  information. Updated a couple of the commands

- Added more commands and reorgaized the "New Feature Branch" section. Took
  some text from "Rebasing" and moved it here, because it was redundant.

- Made many changes to the "Editing Workflow" to clarify commands. Moved some
  git push stuff into this section as well.

- Moved pull request section to just after editing workflow. Removed outdated
  images and simplified the text. Make code review requirements explicit.

- Moved rebasing and troubleshooting sections to the end. Could add more here
  later.

- Links renamed and broken link removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Notes on backporting.</title>
<updated>2013-10-11T01:02:30+00:00</updated>
<author>
<name>Blake Griffith</name>
<email>blake.a.griffith@gmail.com</email>
</author>
<published>2013-10-09T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=664d7db5eae5b7cec7368c3571f7b63fbbf2a007'/>
<id>664d7db5eae5b7cec7368c3571f7b63fbbf2a007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to www.numpy.org</title>
<updated>2012-12-30T11:12:18+00:00</updated>
<author>
<name>Sandro Tosi</name>
<email>morph@debian.org</email>
</author>
<published>2012-12-30T11:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=864353e4f2ce74e81416ee5071d8b6c4ce9e2934'/>
<id>864353e4f2ce74e81416ee5071d8b6c4ce9e2934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
