Skip to content

Commit 1d31a78

Browse files
author
james
committed
docs: rename QL training sphinx project
1 parent 819f308 commit 1d31a78

File tree

1 file changed

+3
-3
lines changed
  • docs/language/ql-training-rst

1 file changed

+3
-3
lines changed

docs/language/ql-training-rst/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def setup(sphinx):
6060
master_doc = 'index'
6161

6262
# General information about the project.
63-
project = u'Test training slides'
63+
project = u'QL training and variant analysis examples'
6464

6565
# Add any paths that contain custom static files (such as style sheets) here,
6666
# relative to this directory. They are copied after the builtin static files,
@@ -78,10 +78,10 @@ def setup(sphinx):
7878

7979
# The name for this set of Sphinx documents. If None, it defaults to
8080
# "<project> v<release> documentation".
81-
html_title = 'Test training slides'
81+
html_title = 'QL training and variant analysis examples'
8282

8383
# Output file base name for HTML help builder.
84-
htmlhelp_basename = 'Test training slides'
84+
htmlhelp_basename = 'QL training'
8585
# The Semmle version info for the current release you're documenting, acts as replacement for
8686
# |version| and |release|, also used in various other places throughout the
8787
# built documents.

0 commit comments

Comments
 (0)