From 773e3cad9a71cb9a7849d8e251fb8a99ab35d06b Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Mon, 5 Sep 2016 22:24:34 +0200 Subject: change all non-code instances of Numpy to NumPy Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 --- doc/source/dev/gitwash/development_workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/dev/gitwash/development_workflow.rst') diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index b6b544455..b788a042c 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -470,10 +470,10 @@ backport. Pushing changes to the main repo ================================ -*This is only relevant if you have commit rights to the main Numpy repo.* +*This is only relevant if you have commit rights to the main NumPy repo.* When you have a set of "ready" changes in a feature branch ready for -Numpy's ``master`` or ``maintenance`` branches, you can push +NumPy's ``master`` or ``maintenance`` branches, you can push them to ``upstream`` as follows: 1. First, merge or rebase on the target branch. -- cgit v1.2.1