Rfneves/clean up front page - #2152
Conversation
a4c99ee to
140009f
Compare
Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
140009f to
b4bb12e
Compare
|
🌿 Preview your docs: https://nvidia-preview-rfneves-clean-up-front-page.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
| @@ -1,11 +0,0 @@ | |||
| # Description | |||
|
|
|||
| This is an example environment with simple tool calls. The example data can be found in `example_single_tool_call/data/example.jsonl`. | |||
There was a problem hiding this comment.
why remove this? should we just delete this whole folder then?
There was a problem hiding this comment.
i think this would be a good place for templates like rubric env, generic math env, mcqa env, single turn multiturn, external integration, etc
There was a problem hiding this comment.
Yes, this is all deleted because of this: https://github.com/NVIDIA-NeMo/Gym/tree/main/resources_servers/example_single_tool_call
I dont mind where we put templates, but we seem to be putting most of them into the resources_server folder. I think what we should do is continue there if we want, and link templates in the docs here https://docs.nvidia.com/nemo/gym/tutorials/
There was a problem hiding this comment.
for now it makes sense to remove since we haven't fleshed it out and it seems to be duplicating the example in resources_server
we should think examples / templates more holistically, which are needed as classes vs reference blueprint style
Removes retired and duplicated repository paths left over from the Sphinx-to-Fern documentation migration. Deletes the obsolete top-level docs/ signpost directory. Deletes the redundant example_environments/ copy of example_single_tool_call. Removes stale Sphinx dependencies, workflow triggers, ignore rules, and references. Updates install/reinstall commands after removing the old docs dependency group. Repairs links to current Fern documentation. The published documentation is authored exclusively under fern/, while example_single_tool_call already exists as a maintained resources-server example. Keeping the old paths created confusing duplicate sources of truth. --------- Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
Removes retired and duplicated repository paths left over from the Sphinx-to-Fern documentation migration.
Deletes the obsolete top-level docs/ signpost directory.
Deletes the redundant example_environments/ copy of example_single_tool_call.
Removes stale Sphinx dependencies, workflow triggers, ignore rules, and references.
Updates install/reinstall commands after removing the old docs dependency group.
Repairs links to current Fern documentation.
The published documentation is authored exclusively under fern/, while example_single_tool_call already exists as a maintained resources-server example. Keeping the old paths created confusing duplicate sources of truth.