<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/dev/gitwash, branch build_test</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>DOC: Simplify and update git setup page (gh-16671)</title>
<updated>2020-06-26T15:57:00+00:00</updated>
<author>
<name>bjnath</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-26T15:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=dba16cd9f155c858bdddb530cab9971bf9af75fc'/>
<id>dba16cd9f155c858bdddb530cab9971bf9af75fc</id>
<content type='text'>
* DOC: Simplify and update git setup page

Changed title from "Getting started with Git development"
to more specific "Setting up git for NumPy development"

Updated the outdated GitHub screenshot for forking button, added
more screenshots.

Simplified the narrative.

Fixed bad github links (always pointed to NumPy's github).

Clarified SSH setup, role, and effect on git remote -v.

Clarified meaning of "upstream" and "origin".

Replaced read of .git/config (platform-specific) with call to git config.

* DOC: Add links, remove section from PR #16671

Per suggestion, removed outdated advice on getting pull branches.

Added back rST anchors, should have left them in.

* DOC: Add page anchor for PR #16671

Add '.. _development-setup:' page anchor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Simplify and update git setup page

Changed title from "Getting started with Git development"
to more specific "Setting up git for NumPy development"

Updated the outdated GitHub screenshot for forking button, added
more screenshots.

Simplified the narrative.

Fixed bad github links (always pointed to NumPy's github).

Clarified SSH setup, role, and effect on git remote -v.

Clarified meaning of "upstream" and "origin".

Replaced read of .git/config (platform-specific) with call to git config.

* DOC: Add links, remove section from PR #16671

Per suggestion, removed outdated advice on getting pull branches.

Added back rST anchors, should have left them in.

* DOC: Add page anchor for PR #16671

Add '.. _development-setup:' page anchor.</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: Fix unrendered links</title>
<updated>2019-06-30T11:17:01+00:00</updated>
<author>
<name>kritisingh1</name>
<email>kritisingh1.ks@gmail.com</email>
</author>
<published>2019-06-17T20:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f1a6634bf1a8ecbb616591d0fb4f43bea8865b87'/>
<id>f1a6634bf1a8ecbb616591d0fb4f43bea8865b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>MAINT: Misc. typos (#11005)</title>
<updated>2018-05-01T04:28:18+00:00</updated>
<author>
<name>luzpaz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-05-01T04:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=820765d762513510a8e46f108e8bc8b366127f8f'/>
<id>820765d762513510a8e46f108e8bc8b366127f8f</id>
<content type='text'>
User- and non-user-facing typos.

Some source typos fixes as well.

Found via `codespell`.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User- and non-user-facing typos.

Some source typos fixes as well.

Found via `codespell`.

</pre>
</div>
</content>
</entry>
<entry>
<title>add missing glossary entries and link in missing document</title>
<updated>2018-04-11T11:23:52+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-11T11:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cb24dd01a17294c3961ac2e4ca25aed417efa38a'/>
<id>cb24dd01a17294c3961ac2e4ca25aed417efa38a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: cosmetic changes, document need for python3.6 to build docs</title>
<updated>2018-04-10T17:15:52+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-10T15:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a75e76dac26fcf56ab815926b89bb9a9bc358608'/>
<id>a75e76dac26fcf56ab815926b89bb9a9bc358608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
