Skip to content

Commit

Permalink
[Doc] Fix tutorials
Browse files Browse the repository at this point in the history
ghstack-source-id: f5d8b434fced22f58ef8abb39707936411569c4f
Pull Request resolved: #1002
  • Loading branch information
vmoens committed Sep 20, 2024
1 parent 4f2a099 commit 5e0b10d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# 10. Build doc
cd ./docs
sphinx-build ./source _local_build
BUILDDIR=_local_build make docs
cd ..
cp -r docs/_local_build/* "${RUNNER_ARTIFACT_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/nn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Distributions
:toctree: generated/
:template: rl_template_noinherit.rst

NormalParamsExtractor
NormalParamExtractor
AddStateIndependentNormalScale
CompositeDistribution
Delta
Expand Down
1 change: 0 additions & 1 deletion docs/source/reference/tensordict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Utils
utils.expand_right
utils.isin
utils.remove_duplicates
is_memmap
is_batchedtensor
is_tensor_collection
make_tensordict
Expand Down
1 change: 1 addition & 0 deletions tensordict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
is_batchedtensor,
is_tensorclass,
lazy_legacy,
parse_tensor_dict_string,
set_lazy_legacy,
unravel_key,
unravel_key_list,
Expand Down

0 comments on commit 5e0b10d

Please sign in to comment.