Skip to content

Commit

Permalink
fixes on documentation refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Feb 3, 2024
1 parent 2645cde commit 6404700
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 480 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,10 @@ jobs:
- name: '📝 Rename scenario wheel'
if: matrix.type == 'User' && contains(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install rename
ls dist/
find dist/ -type f -name "*.whl" -exec rename.ul linux manylinux2014 {} +
find dist/ -type f -name "*.whl" -exec rename "s/linux/manylinux2014/g" {} +
ls dist/
- name: '🔍 Inspect dist folder'
Expand Down

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions docs/sphinx/apidoc/gym-gz-environments/gym_gz_environments.rst

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions docs/sphinx/apidoc/gym-gz/gym_gz.base.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/sphinx/apidoc/gym-gz/gym_gz.context.gazebo.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/sphinx/apidoc/gym-gz/gym_gz.context.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/sphinx/apidoc/gym-gz/gym_gz.randomizers.model.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/sphinx/apidoc/gym-gz/gym_gz.randomizers.physics.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/sphinx/apidoc/gym-gz/gym_gz.randomizers.rst

This file was deleted.

40 changes: 0 additions & 40 deletions docs/sphinx/apidoc/gym-gz/gym_gz.rbd.idyntree.rst

This file was deleted.

30 changes: 0 additions & 30 deletions docs/sphinx/apidoc/gym-gz/gym_gz.rbd.rst

This file was deleted.

19 changes: 0 additions & 19 deletions docs/sphinx/apidoc/gym-gz/gym_gz.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/sphinx/apidoc/gym-gz/gym_gz.runtimes.rst

This file was deleted.

Loading

0 comments on commit 6404700

Please sign in to comment.