Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Copyright (c) 2022 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
#
# Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand Down Expand Up @@ -41,6 +41,7 @@ IMAGE_SOURCE_FILES = \
RST_SOURCE_FILES = \
$(srcdir)/*.rst \
$(srcdir)/release-notes/*.rst \
$(srcdir)/release-notes/changelog/*.rst \
$(srcdir)/installing-open-mpi/*.rst \
$(srcdir)/installing-open-mpi/*/*.rst \
$(srcdir)/features/*.rst \
Expand All @@ -51,7 +52,6 @@ RST_SOURCE_FILES = \
$(srcdir)/app-debug/*.rst \
$(srcdir)/developers/*.rst \
$(srcdir)/license/*.rst \
$(srcdir)/news/*.rst \
$(srcdir)/man-openmpi/*.rst \
$(srcdir)/man-openmpi/man*/*.rst \
$(srcdir)/man-openshmem/*.rst \
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ Table of contents
contributing
license/index
history
news/index
man-openmpi/index
man-openshmem/index
25 changes: 0 additions & 25 deletions docs/news/index.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/news/news-main.rst

This file was deleted.

17 changes: 17 additions & 0 deletions docs/release-notes/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changelog
=========

This section contains the main features as well as overviews of
specific bug fixes (and other actions) for each version of Open MPI
since v1.0.0.

.. toctree::
:maxdepth: 1

v5.0.x
v4.1.x
v4.0.x
v3.1.x
v3.0.x
v2.x
v1.x
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1

changelog/index
general
platform
compilers
Expand Down