Documentation improvements for 2.1.1.

- Fix typos and broken links.
- Add documentation for functions introduced in 2.1.1.
- Add copyright header to `FLV.m` and remove `hello.c`.
- Update documentation for `mj_ray` and `mj_contactForce`.
- Delete out-of-date comments in `XMLreference.rst`.
- Add geom:size table to `XMLreference.rst`.

PiperOrigin-RevId: 425318966
This commit is contained in:
Yuval Tassa
2022-01-31 10:47:28 +00:00
committed by Saran Tunyasuvunakool
parent ee39340ae7
commit 1ef7ec6dde
13 changed files with 130 additions and 86 deletions
+19
View File
@@ -0,0 +1,19 @@
# Don't commit binaries
*.a
*.asm
*.dll
*.dylib
*.exe
*.lib
*.out
*.o
*.so
# Exclude editor config
.vscode/
.vs/
# Exclude temporary folders
*.egg-info/
build/
build_cmake/