Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f3b667

Browse files
committed
DOC: update developer docs
1 parent 745cbb2 commit 8f3b667

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/devel/release_guide.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,15 @@ matplotlib ::
342342
rsync -a ../matplotlib/doc/build/html/* 2.0.0
343343
cp ../matplotlib/doc/build/latex/Matplotlib.pdf 2.0.0
344344

345-
which will copy the built docs over. If this is a final release, also
346-
replace the top-level docs ::
345+
which will copy the built docs over. If this is a final release, link the
346+
``stable`` subdirectory to the newest version::
347347

348-
rsync -a 2.0.0/* ./
348+
rm stable
349+
ln -s 2.0.0/ stable
349350

350351
You will need to manually edit :file:`versions.html` to show the last
351-
3 tagged versions. Now commit and push everything to GitHub ::
352+
3 tagged versions. You will also need to edit :file:`sitemap.xml` to include
353+
the newly released version. Now commit and push everything to GitHub ::
352354

353355
git add *
354356
git commit -a -m 'Updating docs for v2.0.0'

0 commit comments

Comments
 (0)