From 499c0e49eeba7e9d2acad930a8082e324e01202f Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Mon, 12 Sep 2022 09:30:07 -0700 Subject: [PATCH] chore: apply linting to docs Signed-off-by: Naren Dasan Signed-off-by: Naren Dasan --- docsrc/getting_started/getting_started_with_windows.rst | 2 +- docsrc/tutorials/getting_started_with_fx_path.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsrc/getting_started/getting_started_with_windows.rst b/docsrc/getting_started/getting_started_with_windows.rst index d5d3394855..04eba960e0 100644 --- a/docsrc/getting_started/getting_started_with_windows.rst +++ b/docsrc/getting_started/getting_started_with_windows.rst @@ -59,7 +59,7 @@ Build configuration } ] } - ] + ] } diff --git a/docsrc/tutorials/getting_started_with_fx_path.rst b/docsrc/tutorials/getting_started_with_fx_path.rst index a81894bb81..7d782445a2 100644 --- a/docsrc/tutorials/getting_started_with_fx_path.rst +++ b/docsrc/tutorials/getting_started_with_fx_path.rst @@ -37,7 +37,7 @@ wrapper API that consists of the major steps needed to finish this converison. P cuda_graph_batch_size=-1, dynamic_batch=True, ) -> nn.Module: - + """ Takes in original module, input and lowering setting, run lowering workflow to turn module into lowered module, or so called TRTModule.