Skip to content

Commit

Permalink
docs: make nutmeg-specific titles (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jun 9, 2022
1 parent 44d6441 commit 4f76451
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion en_us/install_operations/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shared.conf import *

# General information about the project.
project = u'Installing, Configuring, and Running the Open edX Platform'
project = u'Installing, Configuring, and Running the Open edX Platform: Nutmeg Release'
set_audience(OPENEDX, DEVELOPERS)

# remove directory when content is first added to it, and add it to index
Expand Down
12 changes: 4 additions & 8 deletions en_us/install_operations/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
.. _Installing, Configuring, and Running the Open edX Platform:

###########################################################
Installing, Configuring, and Running the Open edX Platform
###########################################################
##########################################################################
Installing, Configuring, and Running the Open edX Platform: Nutmeg Release
##########################################################################

This guide provides instructions for using your own instance of the Open edX
platform and associated applications.

This document applies to the most recent version of the Open edX
platform, that is, it applies to the *master* branch of the edX platform.
This document also contains instructions for installing Open edX
releases. The most recent release of the Open edX platform is
:ref:`Lilac <Open edX Lilac Release>`.
This document applies to :ref:`Nutmeg <Open edX Nutmeg Release>`.

You can install any release of the Open edX platform. For most situations, edX
recommends that you install the most recent release. However, if your
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_course_authors/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
def setup(app):
app.add_config_value('product', '', True)

project = u'Building and Running an Open edX Course'
project = u'Building and Running an Open edX Course: Nutmeg Release'
6 changes: 3 additions & 3 deletions en_us/open_edx_course_authors/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _Building and Running an Open edX Course:

#######################################
Building and Running an Open edX Course
#######################################
#######################################################
Building and Running an Open edX Course: Nutmeg Release
#######################################################

.. toctree::
:numbered:
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_students/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from shared.conf import *

project = u'Open edX Learner\'s Guide'
project = u'Open edX Learner\'s Guide: Nutmeg Release'

exclude_patterns = ['links.rst', 'reusables/*', 'SFD_mathformatting.rst']

Expand Down
6 changes: 3 additions & 3 deletions en_us/open_edx_students/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _Open edX Learner's Guide:

########################
Open edX Learner's Guide
########################
########################################
Open edX Learner's Guide: Nutmeg Release
########################################

.. toctree::
:numbered:
Expand Down
2 changes: 1 addition & 1 deletion shared/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# What release line is this? Use "master" for master, and the release name
# on release branches. Zebrawood should have "zebrawood".
release_line = "master"
release_line = "nutmeg"

# The slug that is used by ReadTheDocs for this version of the projects.
project_version = "latest" if (release_line == "master") else f"open-release-{release_line}.master"
Expand Down

0 comments on commit 4f76451

Please sign in to comment.