Move links into different section

This commit is contained in:
Shati Patel
2020-04-01 15:26:03 +01:00
parent 0771c39294
commit e246b6b9e3

View File

@@ -3,11 +3,6 @@ About the QL language
QL is the powerful query language that underlies CodeQL, which is used to analyze code.
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as :doc:`Predicates <predicates>` and :doc:`Types <types>`.
The explanations and examples help you understand how the language works, and how to write more advanced QL code.
For formal specifications of the QL language and QLDoc comments, see the :doc:`QL language specification <language>` and :doc:`QLDoc comment specification <qldoc>`.
About query languages and databases
-----------------------------------
@@ -44,6 +39,11 @@ When you write this process in QL, it closely resembles the above structure. Not
result = count(getADescendant(p))
}
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as :doc:`Expressions <expressions>` and :doc:`Recursion <recursion>`.
The explanations and examples help you understand how the language works, and how to write more advanced QL code.
For formal specifications of the QL language and QLDoc comments, see the :doc:`QL language specification <language>` and :doc:`QLDoc comment specification <qldoc>`.
QL and object orientation
-------------------------