Skip to content
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

Fixing rendering #473

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
exclude: metaworld/envs/assets_updated/sawyer_xyz/dm_control_pick_place.ipynb
exclude: 'metaworld/envs/assets_updated/sawyer_xyz/dm_control_pick_place.ipynb|^docs'
# args:
# - --ignore-words-list==
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: ^docs
args:
- '--per-file-ignores=*/__init__.py:F401'
- --ignore=E203,W503,E741
Expand All @@ -39,15 +40,18 @@ repos:
rev: v3.3.2
hooks:
- id: pyupgrade
exclude: ^docs
args: ["--py38-plus"]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
exclude: ^docs
- repo: https://github.com/python/black
rev: 23.3.0
hooks:
- id: black
exclude: ^docs
# - repo: https://github.com/pycqa/pydocstyle
# rev: 6.3.0
# hooks:
Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
metaworld.farama.org
metaworld.farama.org
4 changes: 4 additions & 0 deletions docs/_builddir/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2470406d4ddb425509dcd1de50d65d7c
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file added docs/_builddir/.doctrees/404.doctree
Binary file not shown.
Binary file added docs/_builddir/.doctrees/README.doctree
Binary file not shown.
Binary file added docs/_builddir/.doctrees/citation.doctree
Binary file not shown.
Binary file added docs/_builddir/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_builddir/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file added docs/_builddir/.nojekyll
Empty file.
548 changes: 548 additions & 0 deletions docs/_builddir/404/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/_builddir/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
metaworld.farama.org
547 changes: 547 additions & 0 deletions docs/_builddir/README/index.html

Large diffs are not rendered by default.

198 changes: 198 additions & 0 deletions docs/_builddir/_images/metaworld-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading