summaryrefslogtreecommitdiff
path: root/doc/source/dev/releasing.rst
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-06-16 15:40:33 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-06-16 16:40:33 -0600
commit387c08972f2ccc441312006ac68dc4d553d8be8f (patch)
tree99df49b2b3313ffcc633c20306c4a9030e1dfbc9 /doc/source/dev/releasing.rst
parent2c96846c06a902fe4dbe60529828a9eb682d61ea (diff)
downloadnumpy-387c08972f2ccc441312006ac68dc4d553d8be8f.tar.gz
WIP: DOC: slightly tweak the directions to create a release (#11312)
* DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip]
Diffstat (limited to 'doc/source/dev/releasing.rst')
-rw-r--r--doc/source/dev/releasing.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/dev/releasing.rst b/doc/source/dev/releasing.rst
new file mode 100644
index 000000000..61fa19514
--- /dev/null
+++ b/doc/source/dev/releasing.rst
@@ -0,0 +1,16 @@
+===================
+Releasing a Version
+===================
+
+------------------------
+How to Prepare a Release
+------------------------
+
+.. include:: ../../HOWTO_RELEASE.rst.txt
+
+-----------------------
+Step-by-Step Directions
+-----------------------
+
+.. include:: ../../RELEASE_WALKTHROUGH.rst.txt
+