Skip to content

Commit ac9b45c

Browse files
committed
deploy: bba2e68
1 parent 8c5d6bd commit ac9b45c

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

node/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,10 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
743743
<td style="text-align: left;">Metadata about the npm package (platform agnostic).</td>
744744
</tr>
745745
<tr>
746+
<td style="text-align: right;"><code>cli.js</code></td>
747+
<td style="text-align: left;">The executable script invoked as a Command Line Interface.</td>
748+
</tr>
749+
<tr>
746750
<td style="text-align: right;"><code>index.d.ts</code></td>
747751
<td style="text-align: left;">The generated TypeScript typing info the describes the exposing functionality in the built native module.</td>
748752
</tr>
@@ -758,7 +762,7 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
758762
</table>
759763
<p>Hidden files and folders are not described in the table above.
760764
If they are not ignored by a gitignore specification, then they should be considered
761-
important for maintenance or distribution.</p>
765+
important only for maintenance or distribution.</p>
762766

763767

764768

python/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,6 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
618618
</thead>
619619
<tbody>
620620
<tr>
621-
<td style="text-align: right;"><code>cpp_linter</code></td>
622-
<td style="text-align: left;">The pure python sources that wrap the rust binding. Typing information is located here.</td>
623-
</tr>
624-
<tr>
625621
<td style="text-align: right;"><code>src</code></td>
626622
<td style="text-align: left;">The location for all rust sources related to binding the cpp-linter library.</td>
627623
</tr>
@@ -630,6 +626,10 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
630626
<td style="text-align: left;">Metadata about the binding's rust package (which <em>is not</em> intended to be published to crates.io).</td>
631627
</tr>
632628
<tr>
629+
<td style="text-align: right;"><code>../../cpp_linter.pyi</code></td>
630+
<td style="text-align: left;">The typing stubs for the package (located in repo root).</td>
631+
</tr>
632+
<tr>
633633
<td style="text-align: right;"><code>../../pyproject.toml</code></td>
634634
<td style="text-align: left;">Metadata about the python package (located in repo root).</td>
635635
</tr>
@@ -641,7 +641,7 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
641641
</table>
642642
<p>Hidden files and folders are not described in the table above.
643643
If they are not ignored by a gitignore specification, then they should be considered
644-
important for maintenance or distribution.</p>
644+
important only for maintenance or distribution.</p>
645645

646646

647647

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://cpp-linter.github.io/cpp-linter-rs/</loc>
5-
<lastmod>2024-11-23</lastmod>
5+
<lastmod>2024-11-24</lastmod>
66
</url>
77
<url>
88
<loc>https://cpp-linter.github.io/cpp-linter-rs/changelog/</loc>
9-
<lastmod>2024-11-23</lastmod>
9+
<lastmod>2024-11-24</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://cpp-linter.github.io/cpp-linter-rs/cli/</loc>
13-
<lastmod>2024-11-23</lastmod>
13+
<lastmod>2024-11-24</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://cpp-linter.github.io/cpp-linter-rs/node/</loc>
17-
<lastmod>2024-11-23</lastmod>
17+
<lastmod>2024-11-24</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://cpp-linter.github.io/cpp-linter-rs/permissions/</loc>
21-
<lastmod>2024-11-23</lastmod>
21+
<lastmod>2024-11-24</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://cpp-linter.github.io/cpp-linter-rs/pr-review-caveats/</loc>
25-
<lastmod>2024-11-23</lastmod>
25+
<lastmod>2024-11-24</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://cpp-linter.github.io/cpp-linter-rs/python/</loc>
29-
<lastmod>2024-11-23</lastmod>
29+
<lastmod>2024-11-24</lastmod>
3030
</url>
3131
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)