Skip to content

Commit 7fc4535

Browse files
authored
Merge pull request #12324 from jsquyres/pr/docs-move-news-to-changelog
docs: move "news" to "release notes -> changelog"
2 parents 58e36d5 + 8f0d248 commit 7fc4535

File tree

13 files changed

+103
-59
lines changed

13 files changed

+103
-59
lines changed

docs/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (c) 2022 Cisco Systems, Inc. All rights reserved.
3+
# Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
34
#
4-
# Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
55
# $COPYRIGHT$
66
#
77
# Additional copyrights may follow
@@ -41,6 +41,7 @@ IMAGE_SOURCE_FILES = \
4141
RST_SOURCE_FILES = \
4242
$(srcdir)/*.rst \
4343
$(srcdir)/release-notes/*.rst \
44+
$(srcdir)/release-notes/changelog/*.rst \
4445
$(srcdir)/installing-open-mpi/*.rst \
4546
$(srcdir)/installing-open-mpi/*/*.rst \
4647
$(srcdir)/features/*.rst \
@@ -51,7 +52,6 @@ RST_SOURCE_FILES = \
5152
$(srcdir)/app-debug/*.rst \
5253
$(srcdir)/developers/*.rst \
5354
$(srcdir)/license/*.rst \
54-
$(srcdir)/news/*.rst \
5555
$(srcdir)/man-openmpi/*.rst \
5656
$(srcdir)/man-openmpi/man*/*.rst \
5757
$(srcdir)/man-openshmem/*.rst \

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ Table of contents
8080
contributing
8181
license/index
8282
history
83-
news/index
8483
man-openmpi/index
8584
man-openshmem/index

docs/news/index.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/news/news-main.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changelog
2+
=========
3+
4+
This section contains the main features as well as overviews of
5+
specific bug fixes (and other actions) for each version of Open MPI
6+
since v1.0.0.
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
11+
v5.0.x
12+
v4.1.x
13+
v4.0.x
14+
v3.1.x
15+
v3.0.x
16+
v2.x
17+
v1.x
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)