-
Notifications
You must be signed in to change notification settings - Fork 418
[Doc] Integrating tutos in sphinx doc #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vmoens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…& modifying knowledge_base.py to locally create python scripts for Sphinx documentation. Cleaned the tutorials/sphinx-tutorials repo and added a second script, tensordict.py
…y. Updated config and content_generation files to be able to use src scripts and the media information.
Bug fixes and syntax changes for: - docs/source/config.py - docs/source/content_generation.py - tutorials/sphinx-tutorials/multi_task.py - tutorials/sphinx-tutorials/tensordict.py - tutorials/sphinx-tutorials/tensordict_module.py - tutorials/sphinx-tutorials/torchrl_demo.py
Codecov Report
@@ Coverage Diff @@
## main #651 +/- ##
=======================================
Coverage 87.68% 87.68%
=======================================
Files 119 119
Lines 20022 20022
=======================================
Hits 17557 17557
Misses 2465 2465
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…rch_envs.py. Some bugs remain, they are to be fixed.
|
Some bugs to look into:
|


Description
This is the beginning of the creation of Pytorch RL documentation using Sphinx.
The config file was adapted to run the tutorial file within
tutorials/sphinx-tutorials/demos_source/.Running
pip install -r tutorials/sphinx-tutorials/requirements_doc.txtinstalls all packages to generate the documentation.This is a work in progress, and folder structure and other details will eventually change.
Motivation and Context
This is to re-write tutorial files from notebooks to python scripts.
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax
close #15213if this solves the issue #15213Related to issue #628
Types of changes
What types of changes does your code introduce? Remove all that do not apply:
Checklist
Go over all the following points, and put an
xin all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!