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

Clean up empty documentation pages and sections #2167

Merged
merged 4 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `MeshcatVisualizer` doesn't crash anymore when there is no collision model defined ([#2147](https://github.com/stack-of-tasks/pinocchio/pull/2147))
- Fix MSVC build ([#2155](https://github.com/stack-of-tasks/pinocchio/pull/2155))
- Fix stub generation ([#2166](https://github.com/stack-of-tasks/pinocchio/pull/2166))
- Clean up empty documentation pages and sections ([#2167](https://github.com/stack-of-tasks/pinocchio/pull/2167))

### Added
- Add `examples/floating-base-velocity-viewer.py` to visualize floating base velocity [#2143](https://github.com/stack-of-tasks/pinocchio/pull/2143)
Expand Down
1 change: 0 additions & 1 deletion doc/e-benchmarks/a-overview.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/e-benchmarks/b-howto.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/e-benchmarks/intro.md

This file was deleted.

15 changes: 0 additions & 15 deletions doc/treeview.dox
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ namespace pinocchio {
- \subpage md_doc_d-practical-exercises_7-learn
*/

/** \page md_doc_e-implementation_intro Implementation / Technical details
- \subpage md_doc_e-implementation_a-overview
- \subpage md_doc_e-implementation_b-sparsity
- \subpage md_doc_e-implementation_c-crtp
- \subpage md_doc_e-implementation_d-miscs
*/

/** \page md_doc_f-benchmarks_intro Benchmarks
- \subpage md_doc_f-benchmarks_a-overview
- \subpage md_doc_f-benchmarks_b-howto
*/

/** \page md_doc_g-success-stories_intro Success Stories
*/

//
// Modules organization
//
Expand Down
Loading