We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1f8a commit 13562f5Copy full SHA for 13562f5
rerun_py/src/python_bridge.rs
@@ -1346,7 +1346,8 @@ fn send_blueprint(
1346
1347
/// Send all chunks from a [`PyRecording`] to the given recording stream.
1348
///
1349
-/// ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
+/// .. warning::
1350
+/// ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
1351
#[pyfunction]
1352
#[pyo3(signature = (rrd, recording = None))]
1353
fn send_recording(rrd: &PyRecording, recording: Option<&PyRecordingStream>) {
0 commit comments