You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix mangled footnote markers in supported hubs list
Replace bold-wrapped escaped asterisks (**\*** / **\*\***) with typographic
dagger/double-dagger symbols. The asterisk markers at the start of the
footnote definition lines were mangled into [] and [*] by the MkDocs
Markdown renderer; daggers are plain Unicode and render unambiguously.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ Full documentation is available at **[imicknl.github.io/python-overkiz-api](http
18
18
19
19
- Atlantic Cozytouch
20
20
- Bouygues Flexom
21
-
- Brandt Smart Control **\***
21
+
- Brandt Smart Control †
22
22
- Hitachi Hi Kumo
23
23
- Nexity Eugénie
24
-
- Rexel Energeasy Connect **\*\***
24
+
- Rexel Energeasy Connect ‡
25
25
- Sauter Cozytouch
26
26
- Simu (LiveIn2)
27
27
- Somfy Connexoon IO
@@ -30,9 +30,9 @@ Full documentation is available at **[imicknl.github.io/python-overkiz-api](http
30
30
- Somfy TaHoma Switch
31
31
- Thermor Cozytouch
32
32
33
-
**\***_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
33
+
†_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
34
34
35
-
**\*\***_Requires OAuth credentials provided by Rexel._
Copy file name to clipboardExpand all lines: docs/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ pyOverkiz is an async Python library for interacting with Overkiz-based platform
24
24
25
25
- Atlantic Cozytouch
26
26
- Bouygues Flexom
27
-
- Brandt Smart Control **\***
27
+
- Brandt Smart Control †
28
28
- Hitachi Hi Kumo
29
29
- Nexity Eugénie
30
-
- Rexel Energeasy Connect **\*\***
30
+
- Rexel Energeasy Connect ‡
31
31
- Sauter Cozytouch
32
32
- Simu (LiveIn2)
33
33
- Somfy Connexoon IO
@@ -36,6 +36,6 @@ pyOverkiz is an async Python library for interacting with Overkiz-based platform
36
36
- Somfy TaHoma Switch
37
37
- Thermor Cozytouch
38
38
39
-
**\***_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
39
+
†_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
40
40
41
-
**\*\***_Requires OAuth credentials provided by Rexel._
0 commit comments