Skip to content

Commit f9e7c0c

Browse files
authored
Merge pull request #2154 from DerekMelchin/bug-fix-qc-api-examples
Fix QC API example classes
2 parents fb58ae8 + f705b23 commit f9e7c0c

20 files changed

+21
-21
lines changed

Resources/qc-api/examples/account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates reading the organization account status through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Read Account Status

Resources/qc-api/examples/ai-assistance/tools/backtest-initialization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates initializing a backtest for a specific algorithm through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Initialize Backtest

Resources/qc-api/examples/ai-assistance/tools/code-completion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates code completion for a specific algorithm attribute through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Code Completion

Resources/qc-api/examples/ai-assistance/tools/error-enhancement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates how to get additional context and suggestions for error messages through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Error Enhancement

Resources/qc-api/examples/ai-assistance/tools/pep8-conversion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates PEP8 conversion of python codes through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### PEP8 Conversion

Resources/qc-api/examples/ai-assistance/tools/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates searching content in QuantConnect through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Search Content

Resources/qc-api/examples/ai-assistance/tools/syntax-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates syntax checking of codes through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Syntax Check

Resources/qc-api/examples/backtest-management.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates creating, reading, updating, deleting, and listing backtests of a project through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
### Create Backtest

Resources/qc-api/examples/compiling-code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates creating, and reading a compilation job through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
# The project ID of the project to compile

Resources/qc-api/examples/file-management.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The following example demonstates creating, reading, updating, and deleting a file through the cloud API.</p>
22

3-
<div class="python section-example-container testable">
3+
<div class="section-example-container">
44
<pre><? include(DOCS_RESOURCES."/qc-api/get_headers.py"); ?>
55

66
# The project ID of the project to manage its files

0 commit comments

Comments
 (0)