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

Replace 'Traits 5' with 'Traits 6' in the documentation #903

Merged
merged 1 commit into from
Feb 17, 2020
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
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = "Traits 5 User Manual"
html_title = "Traits 6 User Manual"

# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = None
Expand Down Expand Up @@ -220,7 +220,7 @@
(
"index",
"Traits.tex",
"Traits 5 User Manual",
"Traits 6 User Manual",
"Enthought, Inc.",
"manual",
)
Expand Down Expand Up @@ -254,7 +254,7 @@
(
"index",
"traits",
"Traits 5 User Manual",
"Traits 6 User Manual",
"Enthought, Inc.",
"Traits",
"Explicitly typed attributes for Python.",
Expand Down
3 changes: 1 addition & 2 deletions docs/source/traits_user_manual/front.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================
Traits 5 User Manual
Traits 6 User Manual
====================

:Authors: David C. Morrill, Janet M. Swisher
Expand Down Expand Up @@ -40,4 +40,3 @@ owners.
| 1.512.536.1059 (fax)
| http://www.enthought.com
| info@enthought.com

2 changes: 1 addition & 1 deletion docs/source/traits_user_manual/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Traits 5 User Manual
Traits 6 User Manual
====================

.. toctree::
Expand Down