Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add 'Quince' to titles #2195

Merged
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
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: Quince Release'
set_audience(OPENEDX, DEVELOPERS)

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

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

This guide provides instructions for using your own instance of the Open edX
platform and associated applications.
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: Quince 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: Quince 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: Quince 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: Quince 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 @@ -8,7 +8,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 = "quince"

# 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
Loading