File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docs/language/ql-training Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3- # QL training slides build configuration file
3+ # CodeQL training slides build configuration file
44#
55# This file is execfile()d with the current directory set to its
66# containing dir.
@@ -59,7 +59,7 @@ def setup(sphinx):
5959master_doc = 'index'
6060
6161# General information about the project.
62- project = u'QL training and variant analysis examples'
62+ project = u'CodeQL training and variant analysis examples'
6363
6464# Add any paths that contain custom static files (such as style sheets) here,
6565# relative to this directory. They are copied after the builtin static files,
@@ -77,10 +77,10 @@ def setup(sphinx):
7777
7878# The name for this set of Sphinx documents. If None, it defaults to
7979# "<project> v<release> documentation".
80- html_title = 'QL training and variant analysis examples'
80+ html_title = 'CodeQL training and variant analysis examples'
8181
8282# Output file base name for HTML help builder.
83- htmlhelp_basename = 'QL training'
83+ htmlhelp_basename = 'CodeQL training'
8484# The Semmle version info for the current release you're documenting, acts as replacement for
8585# |version| and |release|, also used in various other places throughout the
8686# built documents.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Local vs global data flow
7070
7171 For further information, see:
7272
73- - `Introduction to data flow analysis in QL <https://help.semmle.com/QL/learn-ql/ql/intro-to-data-flow.html >`__
73+ - `Introduction to data flow analysis in CodeQL <https://help.semmle.com/QL/learn-ql/ql/intro-to-data-flow.html >`__
7474
7575.. rst-class :: background2
7676
You can’t perform that action at this time.
0 commit comments