Skip to content

Commit af471e9

Browse files
committed
DOC: use unicode emoji's in the shared library support table
1 parent 9c9cfea commit af471e9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/how-to-guides/shared-libraries.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@ this ``libdir`` in this guide) or to a location in ``site-packages`` within the
2424
Python package install tree. All these scenarios are (or will be) supported,
2525
with some caveats:
2626

27-
+-----------------------+------------------+---------+-------+-------+
28-
| shared library source | install location | Windows | macOS | Linux |
29-
+=======================+==================+=========+=======+=======+
30-
| internal | libdir | no (1) |||
31-
+-----------------------+------------------+---------+-------+-------+
32-
| internal | site-packages ||||
33-
+-----------------------+------------------+---------+-------+-------+
34-
| external | n/a | ✓ (2) |||
35-
+-----------------------+------------------+---------+-------+-------+
27+
+-----------------------+------------------+-------------+-------------+---------+
28+
| shared library source | install location | Windows | macOS | Linux |
29+
+=======================+==================+=============+=============+=========+
30+
| internal | libdir | |wip| (1) | |check| | |check| |
31+
+-----------------------+------------------+-------------+-------------+---------+
32+
| internal | site-packages | |check| | |check| | |check| |
33+
+-----------------------+------------------+-------------+-------------+---------+
34+
| external | n/a | |check| (2) | |check| | |check| |
35+
+-----------------------+------------------+-------------+-------------+---------+
36+
37+
.. |check| unicode:: x1F5F9
38+
.. |wip| unicode:: x1F6A7
3639

3740
.. TODO: add subproject as a source
3841

0 commit comments

Comments
 (0)