Skip to content

Commit 49280ed

Browse files
author
james
committed
docs: add further reading reusables
1 parent 7327df0 commit 49280ed

8 files changed

+24
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- `QL language reference <https://help.semmle.com/QL/ql-handbook>`__
2+
- `CodeQL tools <https://help.semmle.com/codeql/codeql-tools.html>`__
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- `CodeQL queries for C and C++ <https://github.com/github/codeql/tree/master/cpp/ql/src>`__
2+
- `Example queries for C and C++ <https://github.com/github/codeql/tree/master/cpp/ql/examples>`__
3+
- `CodeQL library reference for C and C++ <https://help.semmle.com/qldoc/cpp/>`__
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- `CodeQL queries for C# <https://github.com/github/codeql/tree/master/csharp/ql/src>`__
2+
- `Example queries for C# <https://github.com/github/codeql/tree/master/csharp/ql/examples>`__
3+
- `CodeQL library reference for C# <https://help.semmle.com/qldoc/csharp/>`__
4+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- `CodeQL queries for Go <https://github.com/github/codeql-go/tree/master/ql/src>`__
2+
- `Example queries for Go <https://github.com/github/codeql-go/tree/master/ql/examples>`__
3+
- `CodeQL library reference for Go <https://help.semmle.com/qldoc/go/>`__
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- `CodeQL queries for Java <https://github.com/github/codeql/tree/master/java/ql/src>`__
2+
- `Example queries for Java <https://github.com/github/codeql/tree/master/java/ql/examples>`__
3+
- `CodeQL library reference for Java <https://help.semmle.com/qldoc/java/>`__
4+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- `CodeQL queries for JavaScript <https://github.com/github/codeql/tree/master/cpp/ql/src>`__
2+
- `Example queries for JavaScript <https://github.com/github/codeql/tree/master/cpp/ql/examples>`__
3+
- `CodeQL library reference for JavaScript <https://help.semmle.com/qldoc/javascript/>`__
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- `CodeQL queries for Python <https://github.com/github/codeql/tree/master/python/ql/src>`__
2+
- `Example queries for Python <https://github.com/github/codeql/tree/master/python/ql/examples>`__
3+
- `CodeQL library reference for Python <https://help.semmle.com/qldoc/python/>`__
4+

docs/language/reusables/python-other-resources.rst

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

0 commit comments

Comments
 (0)