Skip to content

Commit

Permalink
Docs: remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
skolelis authored and Mionsz committed Jan 14, 2025
1 parent cd91a7b commit b190280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/chunks/_ptp_setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Precision Time Protocol (PTP) facilitates global timing accuracy in the microsecond range for all essences.
Typically, a PTP grandmaster is deployed within the network, and clients synchronize with it using tools like ptp4l.
This library includes its own PTP implementation, and a sample application offers the option to enable it.
The Precision Time Protocol (PTP) facilitates global timing accuracy in the microsecond range for all essences.
Typically, a PTP grandmaster is deployed within the network, and clients synchronize with it using tools like ptp4l.
This library includes its own PTP implementation, and a sample application offers the option to enable it.
Please refer to section [Built-in PTP](#built-in-ptp) for instructions on how to enable it.

By default, the built-in PTP feature is disabled, and the PTP clock relies on the system time source of the user application (clock_gettime). However, if the built-in PTP is enabled, the internal NIC time will be selected as the PTP source.
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"myst_parser",
"sphinx.ext.graphviz",
"sphinxcontrib.mermaid",
"sphinx_copybutton"
"sphinx_copybutton",
]

coverage_statistics_to_report = coverage_statistics_to_stdout = True
Expand All @@ -40,7 +40,7 @@
".DS_Store",
"**/CMakeLists.txt",
"*CMakeLists.txt",
"**/requirements.txt"
"**/requirements.txt",
]

# -- Options for HTML output -------------------------------------------------
Expand All @@ -55,7 +55,7 @@
myst_html_meta = {
"description lang=en": "Media Transport Library",
"keywords": "Intel®, Intel, Media Transport Library, MTL, st20, st22, ST 2110, ST2110",
"property=og:locale": "en_US"
"property=og:locale": "en_US",
}
myst_enable_extensions = ["strikethrough"]
myst_fence_as_directive = ["mermaid"]
Expand Down

0 comments on commit b190280

Please sign in to comment.