Skip to content

Docs/style: Reformatting the Docs#485

Open
MithraGhlm wants to merge 1 commit into
mainfrom
docs/reformat
Open

Docs/style: Reformatting the Docs#485
MithraGhlm wants to merge 1 commit into
mainfrom
docs/reformat

Conversation

@MithraGhlm

Copy link
Copy Markdown
Contributor

Description

The existing documentation, while well written, does not follow a consistent formatting style. To improve the overall coherence and presentation of the documentation, we agreed to introduce a set of basic formatting guidelines after discussions with @eeberhard and @SprGrf.

This PR starts the reformatting effort and applies the new conventions across several documentation files.

Review guidelines

Estimated Time of Review: 5 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

@MithraGhlm MithraGhlm requested review from SprGrf and yrh012 as code owners May 11, 2026 13:46
@MithraGhlm MithraGhlm requested a review from domire8 May 11, 2026 13:46
@domire8

domire8 commented May 11, 2026

Copy link
Copy Markdown
Member

This PR contains all commits from #482, could you untangle this?

@MithraGhlm

MithraGhlm commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

This PR contains all commits from #482, could you untangle this?

Oh, bad mistake! Sorry

@MithraGhlm

Copy link
Copy Markdown
Contributor Author

For this task we need to have a base guiding rule, so everyone who writes a piece of documentations follows them.
I know the time is tight (almost always), but I think it's important to sacrifice some time to it.
The bigger the docs get, the harder reformatting would be.

Comment on lines +73 to +78
<div style={{ display: "flex", justifyContent: "center" }}>
<video autoPlay loop muted playsInline style={{ maxWidth: "100%", borderRadius: "8px" }}>
<source src={orbbecNewApp} type="video/webm" />
Creating a new Orbbec Camera component.
</video>
</div>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that was for the image to be inline with the numbered list.


Starting with driver version `collections/fanuc:v1.1.0` and robot controller software V9.40/P85, it is possible to read
force torque sensor values directly from the robot. The type of force sensor can be configured through the `force_sensor_type`
Starting with driver version `collections/fanuc:v1.1.0` and robot controller software V9.40/P85, it is possible to read force torque sensor values directly from the robot. The type of force sensor can be configured through the `force_sensor_type`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting might be off here.

Creating a new RealSense Camera component.
</video>
</div>
<div style={{ display: "flex", justifyContent: "center" }}>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@domire8

domire8 commented May 28, 2026

Copy link
Copy Markdown
Member

we agreed to introduce a set of basic formatting guidelines

That is welcome. Could you please state here what guidelines were introduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants