mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Revert "Learning CodeQL docs: add COBOL notes and remove links"
This commit is contained in:
@@ -56,9 +56,9 @@ def setup(sphinx):
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'1.23'
|
||||
version = u'1.22.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.23'
|
||||
release = u'1.22.1'
|
||||
copyright = u'2019 Semmle Ltd'
|
||||
author = u'Semmle Ltd'
|
||||
|
||||
|
||||
@@ -149,3 +149,4 @@ What next?
|
||||
----------
|
||||
|
||||
- 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>`__.
|
||||
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.
|
||||
|
||||
@@ -6,15 +6,15 @@ CodeQL for COBOL
|
||||
:hidden:
|
||||
|
||||
introduce-libraries-cobol
|
||||
|
||||
.. include:: ../../support/cobol-note.rst
|
||||
|
||||
|
||||
This page provides an overview of the CodeQL for COBOL documentation that is currently available.
|
||||
|
||||
- `Basic COBOL query <https://lgtm.com/help/lgtm/console/ql-cobol-basic-example>`__ describes how to write and run queries using LGTM.
|
||||
- :doc:`Introducing the CodeQL libraries for COBOL <introduce-libraries-cobol>` introduces the standard libraries used to write queries for COBOL code.
|
||||
|
||||
|
||||
Other resources
|
||||
---------------
|
||||
|
||||
- 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.
|
||||
- For more information about the library for COBOL see the `CodeQL library for COBOL <https://help.semmle.com/qldoc/cobol/>`__.
|
||||
|
||||
@@ -86,9 +86,9 @@ htmlhelp_basename = 'CodeQL training'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'1.23'
|
||||
version = u'1.22'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.23'
|
||||
release = u'1.22'
|
||||
copyright = u'2019 Semmle Ltd'
|
||||
author = u'Semmle Ltd'
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
.. pull-quote:: Important
|
||||
|
||||
CodeQL for COBOL is being deprecated after the 1.23 release of CodeQL.
|
||||
Future releases, starting with 1.24, will no longer contain support for analyzing COBOL source code.
|
||||
We are not aware of any customers who will be affected by this change. If you do have any concerns, please contact your account manager.
|
||||
@@ -80,4 +80,4 @@ htmlhelp_basename = 'Supported languages and frameworks'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['read-me-project.rst', 'cobol-note.rst']
|
||||
exclude_patterns = ['read-me-project.rst']
|
||||
@@ -24,8 +24,6 @@ C# built-in support
|
||||
COBOL built-in support
|
||||
===================================
|
||||
|
||||
.. include:: cobol-note.rst
|
||||
|
||||
* Embedded SQL
|
||||
* Embedded CICS
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any
|
||||
If you're not a customer yet, contact us at info@semmle.com
|
||||
with any questions you have about language and compiler support.
|
||||
|
||||
.. include:: cobol-note.rst
|
||||
|
||||
.. csv-table::
|
||||
:file: versions-compilers.csv
|
||||
:header-rows: 1
|
||||
|
||||
Reference in New Issue
Block a user