Skip to content

Commit 6340766

Browse files
committed
docs: Generate new documentation and bump versions
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent f2e8506 commit 6340766

File tree

337 files changed

+83273
-1233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+83273
-1233
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tests/accuracy/datasets/data/*
2626
*.tar.gz
2727
*.tgz
2828
docsrc/_build
29-
docsrc/_api
29+
docsrc/_cpp_api
3030
docsrc/_tmp
3131
*.so
3232
__pycache__

cpp/api/include/trtorch/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define TRTORCH_MAJOR_VERSION 0
1616
#define TRTORCH_MINOR_VERSION 0
17-
#define TRTORCH_PATCH_VERSION 1
17+
#define TRTORCH_PATCH_VERSION 2
1818
#define TRTORCH_VERSION STR(TRTORCH_MAJOR_VERSION) \
1919
"." STR(TRTORCH_MINOR_VERSION) \
2020
"." STR(TRTORCH_PATCH_VERSION)

docs/_api/class_view_hierarchy.html renamed to docs/_cpp_api/class_view_hierarchy.html

Lines changed: 113 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<script src="../_static/javascripts/modernizr.js">
3636
</script>
3737
<title>
38-
Class Hierarchy — TRTorch 0.0.1 documentation
38+
Class Hierarchy — TRTorch 0.0.2 documentation
3939
</title>
4040
<link href="../_static/material.css" rel="stylesheet" type="text/css"/>
4141
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
@@ -70,14 +70,14 @@
7070
<input class="md-toggle" data-md-toggle="search" id="__search" type="checkbox"/>
7171
<label class="md-overlay" data-md-component="overlay" for="__drawer">
7272
</label>
73-
<a class="md-skip" href="#_api/class_view_hierarchy" tabindex="1">
73+
<a class="md-skip" href="#_cpp_api/class_view_hierarchy" tabindex="1">
7474
Skip to content
7575
</a>
7676
<header class="md-header" data-md-component="header">
7777
<nav class="md-header-nav md-grid">
7878
<div class="md-flex navheader">
7979
<div class="md-flex__cell md-flex__cell--shrink">
80-
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch 0.0.1 documentation">
80+
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
8181
<i class="md-icon">
8282
8383
</i>
@@ -149,6 +149,9 @@
149149
<a href="https://nvidia.github.io/TRTorch/" title="master">
150150
master
151151
</a>
152+
<a href="https://nvidia.github.io/TRTorch/v0.0.2/" title="v0.0.2">
153+
v0.0.2
154+
</a>
152155
<a href="https://nvidia.github.io/TRTorch/v0.0.1/" title="v0.0.1">
153156
v0.0.1
154157
</a>
@@ -163,7 +166,7 @@
163166
<ul class="md-tabs__list">
164167
<li class="md-tabs__item">
165168
<a class="md-tabs__link" href="../index.html">
166-
TRTorch 0.0.1 documentation
169+
TRTorch 0.0.2 documentation
167170
</a>
168171
</li>
169172
</ul>
@@ -176,12 +179,12 @@
176179
<div class="md-sidebar__inner">
177180
<nav class="md-nav md-nav--primary" data-md-level="0">
178181
<label class="md-nav__title md-nav__title--site" for="__drawer">
179-
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch 0.0.1 documentation">
182+
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
180183
<i class="md-icon">
181184
182185
</i>
183186
</a>
184-
<a href="../index.html" title="TRTorch 0.0.1 documentation">
187+
<a href="../index.html" title="TRTorch 0.0.2 documentation">
185188
TRTorch
186189
</a>
187190
</label>
@@ -212,13 +215,27 @@
212215
</a>
213216
<ul class="md-nav__list">
214217
<li class="md-nav__item">
215-
<a class="md-nav__link" href="../tutorials/installation.html#binary-distribution">
216-
Binary Distribution
218+
<a class="md-nav__link" href="../tutorials/installation.html#dependencies">
219+
Dependencies
220+
</a>
221+
</li>
222+
<li class="md-nav__item">
223+
<a class="md-nav__link" href="../tutorials/installation.html#dependencies-for-compilation">
224+
Dependencies for Compilation
217225
</a>
218226
</li>
219227
<li class="md-nav__item">
220-
<a class="md-nav__link" href="../tutorials/installation.html#compiling-from-source">
221-
Compiling From Source
228+
<a class="md-nav__link" href="../tutorials/installation.html#building-using-cudnn-tensorrt-tarball-distributions">
229+
<strong>
230+
Building using cuDNN &amp; TensorRT tarball distributions
231+
</strong>
232+
</a>
233+
</li>
234+
<li class="md-nav__item">
235+
<a class="md-nav__link" href="../tutorials/installation.html#building-using-locally-installed-cudnn-tensorrt">
236+
<strong>
237+
Building using locally installed cuDNN &amp; TensorRT
238+
</strong>
222239
</a>
223240
</li>
224241
</ul>
@@ -233,14 +250,24 @@
233250
Creating a TorchScript Module
234251
</a>
235252
</li>
253+
<li class="md-nav__item">
254+
<a class="md-nav__link" href="../tutorials/getting_started.html#working-with-torchscript-in-python">
255+
Working with TorchScript in Python
256+
</a>
257+
</li>
258+
<li class="md-nav__item">
259+
<a class="md-nav__link" href="../tutorials/getting_started.html#compiling-with-trtorch-in-python">
260+
Compiling with TRTorch in Python
261+
</a>
262+
</li>
236263
<li class="md-nav__item">
237264
<a class="md-nav__link" href="../tutorials/getting_started.html#working-with-torchscript-in-c">
238265
Working with TorchScript in C++
239266
</a>
240267
</li>
241268
<li class="md-nav__item">
242-
<a class="md-nav__link" href="../tutorials/getting_started.html#compiling-with-trtorch">
243-
Compiling with TRTorch
269+
<a class="md-nav__link" href="../tutorials/getting_started.html#compiling-with-trtorch-in-c">
270+
Compiling with TRTorch in C++
244271
</a>
245272
</li>
246273
<li class="md-nav__item">
@@ -328,6 +355,77 @@
328355
</li>
329356
</ul>
330357
</li>
358+
<li class="md-nav__item">
359+
<a class="md-nav__link" href="../contributors/useful_links.html">
360+
Useful Links for TRTorch Development
361+
</a>
362+
<ul class="md-nav__list">
363+
<li class="md-nav__item">
364+
<a class="md-nav__link" href="../contributors/useful_links.html#tensorrt-available-layers-and-expected-dimensions">
365+
TensorRT Available Layers and Expected Dimensions:
366+
</a>
367+
</li>
368+
<li class="md-nav__item">
369+
<a class="md-nav__link" href="../contributors/useful_links.html#tensorrt-c-documentation">
370+
TensorRT C++ Documentation:
371+
</a>
372+
</li>
373+
<li class="md-nav__item">
374+
<a class="md-nav__link" href="../contributors/useful_links.html#tensorrt-python-documentation-sometimes-easier-to-read">
375+
TensorRT Python Documentation (Sometimes easier to read):
376+
</a>
377+
</li>
378+
<li class="md-nav__item">
379+
<a class="md-nav__link" href="../contributors/useful_links.html#pytorch-functional-api">
380+
PyTorch Functional API:
381+
</a>
382+
</li>
383+
<li class="md-nav__item">
384+
<a class="md-nav__link" href="../contributors/useful_links.html#pytorch-native-ops">
385+
PyTorch native_ops:
386+
</a>
387+
</li>
388+
<li class="md-nav__item">
389+
<a class="md-nav__link" href="../contributors/useful_links.html#pytorch-ir-documentation">
390+
PyTorch IR Documentation:
391+
</a>
392+
</li>
393+
</ul>
394+
</li>
395+
<li class="md-nav__item">
396+
<span class="md-nav__link caption">
397+
<span class="caption-text">
398+
Python API Documenation
399+
</span>
400+
</span>
401+
</li>
402+
<li class="md-nav__item">
403+
<a class="md-nav__link" href="../py_api/trtorch.html">
404+
trtorch
405+
</a>
406+
<ul class="md-nav__list">
407+
<li class="md-nav__item">
408+
<a class="md-nav__link" href="../py_api/trtorch.html#functions">
409+
Functions
410+
</a>
411+
</li>
412+
<li class="md-nav__item">
413+
<a class="md-nav__link" href="../py_api/trtorch.html#enums">
414+
Enums
415+
</a>
416+
</li>
417+
<li class="md-nav__item">
418+
<a class="md-nav__link" href="../py_api/trtorch.html#submodules">
419+
Submodules
420+
</a>
421+
</li>
422+
</ul>
423+
</li>
424+
<li class="md-nav__item">
425+
<a class="md-nav__link" href="../py_api/logging.html">
426+
trtorch.logging
427+
</a>
428+
</li>
331429
<li class="md-nav__item">
332430
<span class="md-nav__link caption">
333431
<span class="caption-text">
@@ -368,7 +466,7 @@
368466
<nav class="md-nav md-nav--secondary">
369467
<ul class="md-nav__list" data-md-scrollfix="">
370468
<li class="md-nav__item">
371-
<a class="md-nav__extra_link" href="../_sources/_api/class_view_hierarchy.rst.txt">
469+
<a class="md-nav__extra_link" href="../_sources/_cpp_api/class_view_hierarchy.rst.txt">
372470
Show Source
373471
</a>
374472
</li>
@@ -381,9 +479,9 @@
381479
</div>
382480
<div class="md-content">
383481
<article class="md-content__inner md-typeset" role="main">
384-
<h1 id="api-class-view-hierarchy--page-root">
482+
<h1 id="cpp-api-class-view-hierarchy--page-root">
385483
Class Hierarchy
386-
<a class="headerlink" href="#api-class-view-hierarchy--page-root" title="Permalink to this headline">
484+
<a class="headerlink" href="#cpp-api-class-view-hierarchy--page-root" title="Permalink to this headline">
387485
388486
</a>
389487
</h1>

0 commit comments

Comments
 (0)