Skip to content

Commit

Permalink
Merge pull request #282 from ami-iit/chores/maintainers_update
Browse files Browse the repository at this point in the history
Update maintainers and CODEOWNERS files
  • Loading branch information
flferretti authored Nov 13, 2024
2 parents 53d6ec5 + bf72dbc commit 2f942bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @diegoferigo @flferretti
*.ipynb @flferretti
* @flferretti @xela-95
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,13 @@ Theoretical aspects of JaxSim are based on Chapters 7 and 8 of the following Ph.

## People

| Author | Maintainers |
| Authors | Maintainers |
|:------:|:-----------:|
| [<img src="https://avatars.githubusercontent.com/u/469199?v=4" width="40">][df] | [<img src="https://avatars.githubusercontent.com/u/102977828?v=4" width="40">][ff] [<img src="https://avatars.githubusercontent.com/u/469199?v=4" width="40">][df] |
| [<img src="https://avatars.githubusercontent.com/u/469199?v=4" width="40">][df] [<img src="https://avatars.githubusercontent.com/u/102977828?v=4" width="40">][ff] | [<img src="https://avatars.githubusercontent.com/u/102977828?v=4" width="40">][ff] [<img src="https://avatars.githubusercontent.com/u/57228872?v=4" width="40">][ac] |

[df]: https://github.com/diegoferigo
[ff]: https://github.com/flferretti
[ac]: https://github.com/xela-95

## License

Expand Down
10 changes: 6 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,17 @@ Here below we summarize the differences between the projects:
People
------

Author and Maintainer
'''''''''''''''''''''
Authors
'''''''

`Diego Ferigo <https://github.com/diegoferigo>`_
`Filippo Luca Ferretti <https://github.com/flferretti>`_

Maintainer
''''''''''
Maintainers
'''''''''''

`Filippo Luca Ferretti <https://github.com/flferretti>`_
`Alessandro Croci <https://github.com/xela-95>`_

License
-------
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ requires-python = ">= 3.10"
description = "A differentiable physics engine and multibody dynamics library for control and robot learning."
authors = [
{ name = "Diego Ferigo", email = "[email protected]" },
{ name = "Filippo Luca Ferretti", email = "[email protected]" },
]
maintainers = [
{ name = "Diego Ferigo", email = "[email protected]" },
{ name = "Filippo Luca Ferretti", email = "[email protected]" },
{ name = "Alessandro Croci", email = "[email protected]" },
]
license.file = "LICENSE"
keywords = [
Expand Down

0 comments on commit 2f942bf

Please sign in to comment.