Skip to content

Commit c1d99f5

Browse files
authored
Fixup "Title underline too short" warning messages (#414)
Those happened when building the documentation
1 parent 09dd4cb commit c1d99f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Flow Production Tracking Python API Changelog
55
Here you can see the full list of changes between each Python API release.
66

77
v3.9.0 (2025 Sep 10)
8-
===================
8+
====================
99

1010
- Removed Python 2 code.
1111
- Removed the six module. Note: if your code depends on the six library previously included in this package, you will need to update it, as it is no longer supported.
1212

1313
v3.8.5 (2025 Jul 31)
14-
===================
14+
====================
1515

1616
- We don't want to retry on general exceptions (e.g. timeout or remote disconnection)
1717
because we might send a resource modification request (create, batch create, etc) and

docs/cookbook/attachments.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ defaults. Any other keys that are provided will be ignored.
304304
Alternative to ``local_path``
305305

306306
Example 1: Using ``local_path``
307-
------------------------------
307+
-------------------------------
308308

309309
::
310310

@@ -345,7 +345,7 @@ the most appropriate specific LocalStorage match and assigned it to local_storag
345345

346346

347347
Example 2: Using ``relative_path``
348-
---------------------------------
348+
----------------------------------
349349

350350
::
351351

0 commit comments

Comments
 (0)