Skip to content

Commit

Permalink
Merge pull request #2167 from stephane-caron/fix/empty_docs
Browse files Browse the repository at this point in the history
Clean up empty documentation pages and sections
  • Loading branch information
jcarpent authored Mar 14, 2024
2 parents 30a52cd + fa474ad commit 55b4037
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
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

0 comments on commit 55b4037

Please sign in to comment.