Skip to content

Commit

Permalink
DOC: use unicode emoji's in the shared library support table
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jan 29, 2025
1 parent 60917b6 commit 3322c73
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/how-to-guides/shared-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ this ``libdir`` in this guide) or to a location in ``site-packages`` within the
Python package install tree. All these scenarios are (or will be) supported,
with some caveats:

+-----------------------+------------------+---------+-------+-------+
| shared library source | install location | Windows | macOS | Linux |
+=======================+==================+=========+=======+=======+
| internal | libdir | no (1) |||
+-----------------------+------------------+---------+-------+-------+
| internal | site-packages ||||
+-----------------------+------------------+---------+-------+-------+
| external | n/a | ✓ (2) |||
+-----------------------+------------------+---------+-------+-------+
+-----------------------+------------------+-------------+-------------+---------+
| shared library source | install location | Windows | macOS | Linux |
+=======================+==================+=============+=============+=========+
| internal | libdir | |wip| (1) | |check| | |check| |
+-----------------------+------------------+-------------+-------------+---------+
| internal | site-packages | |check| | |check| | |check| |
+-----------------------+------------------+-------------+-------------+---------+
| external | n/a | |check| (2) | |check| | |check| |
+-----------------------+------------------+-------------+-------------+---------+

.. |check| unicode:: x1F5F9
.. |wip| unicode:: x1F6A7

.. TODO: add subproject as a source
Expand Down

0 comments on commit 3322c73

Please sign in to comment.