generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
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
docs: create API reference page, link class/namespace/... references in navigation #194
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
drwnz
approved these changes
Nov 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drwnz
reviewed
Nov 5, 2024
drwnz
reviewed
Nov 5, 2024
drwnz
reviewed
Nov 5, 2024
drwnz
reviewed
Nov 5, 2024
Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
@drwnz Fixed by adding a |
mojomex
added a commit
that referenced
this pull request
Nov 8, 2024
…in navigation (#194) * docs: add API reference page and add things like class references to nav * Apply suggestions from code review Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> * docs: fix case style of API reference heading Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com>
mojomex
added a commit
that referenced
this pull request
Nov 11, 2024
…or model (#195) * docs: create API reference page, link class/namespace/... references in navigation (#194) * docs: add API reference page and add things like class references to nav * Apply suggestions from code review Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> * docs: fix case style of API reference heading Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> * chore(docs): add `mkdocs_macros.py` for schema table rendering * docs: add vendor pages for parameters * docs: add parameter pages for all sensors * chore(schema): restrict `sensor_model` parameter to only the sensor model in the current schema file * chore(docs): update requirements.txt to match Autoware * docs: add docs build instructions to readme * ci(pre-commit): autofix * chore(docs): make `include_refs` default * ci(pre-commit): autofix * chore(docs): remove empty about page as the index page already contains an about section * docs: deprecate old point types * docs: update support status for sensors * docs: re-arrange nav to reflect user needs better * docs: document common parameters * docs: revert status of currently not fully tested sensors * docs: add figures and more detailed explanation to the scan angle section for Hesai * English lesson Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> * chore: apply suggested phrasing changes Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: move Hesai-specific parameters to Hesai schema Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * docs: add parameter table for Hesai Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Description
This PR should make it much user-friendlier to navigate through the API reference.
Review Procedure
Run
and confirm the API reference tab is working as expected.
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks