Skip to content

Commit 343385b

Browse files
authored
Merge pull request #2492 from Semmle/revert-2487-deprecate-cobol
Revert "Learning CodeQL docs: add COBOL notes and remove links"
2 parents 50dc5e2 + d47f084 commit 343385b

File tree

8 files changed

+9
-17
lines changed

8 files changed

+9
-17
lines changed

docs/language/global-sphinx-files/global-conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def setup(sphinx):
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'1.23'
59+
version = u'1.22.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'1.23'
61+
release = u'1.22.1'
6262
copyright = u'2019 Semmle Ltd'
6363
author = u'Semmle Ltd'
6464

docs/language/learn-ql/cobol/introduce-libraries-cobol.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ What next?
149149
----------
150150

151151
- Find out more about QL in the `QL language handbook <https://help.semmle.com/QL/ql-handbook/index.html>`__ and `QL language specification <https://help.semmle.com/QL/ql-spec/language.html>`__.
152+
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.

docs/language/learn-ql/cobol/ql-for-cobol.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ CodeQL for COBOL
66
:hidden:
77

88
introduce-libraries-cobol
9-
10-
.. include:: ../../support/cobol-note.rst
11-
9+
1210
This page provides an overview of the CodeQL for COBOL documentation that is currently available.
1311

12+
- `Basic COBOL query <https://lgtm.com/help/lgtm/console/ql-cobol-basic-example>`__ describes how to write and run queries using LGTM.
1413
- :doc:`Introducing the CodeQL libraries for COBOL <introduce-libraries-cobol>` introduces the standard libraries used to write queries for COBOL code.
1514

1615

1716
Other resources
1817
---------------
1918

19+
- For the queries used in LGTM, display a `COBOL query <https://lgtm.com/search?q=language%3Acobol&t=rules>`__ and click **Open in query console** to see the code used to find alerts.
2020
- For more information about the library for COBOL see the `CodeQL library for COBOL <https://help.semmle.com/qldoc/cobol/>`__.

docs/language/ql-training/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def setup(sphinx):
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'1.23'
89+
version = u'1.22'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'1.23'
91+
release = u'1.22'
9292
copyright = u'2019 Semmle Ltd'
9393
author = u'Semmle Ltd'
9494

docs/language/support/cobol-note.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/language/support/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
# List of patterns, relative to source directory, that match files and
8282
# directories to ignore when looking for source files.
83-
exclude_patterns = ['read-me-project.rst', 'cobol-note.rst']
83+
exclude_patterns = ['read-me-project.rst']

docs/language/support/framework-support.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ C# built-in support
2424
COBOL built-in support
2525
===================================
2626

27-
.. include:: cobol-note.rst
28-
2927
* Embedded SQL
3028
* Embedded CICS
3129

docs/language/support/language-support.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any
1010
If you're not a customer yet, contact us at [email protected]
1111
with any questions you have about language and compiler support.
1212

13-
.. include:: cobol-note.rst
14-
1513
.. csv-table::
1614
:file: versions-compilers.csv
1715
:header-rows: 1

0 commit comments

Comments
 (0)