libsemigroups / libsemigroups_pybind11

Python bindings for the libsemigroups C++ library for semigroups and monoids
https://libsemigroups.github.io/libsemigroups_pybind11
GNU General Public License v3.0
6 stars 7 forks source link

document-only-once now allows correct overloads #172

Closed Joseph-Edwards closed 4 months ago

Joseph-Edwards commented 4 months ago

The :only-document-once: directive can now detect overloads when :sig=...: is provided. Specifically, for each function where :only-document-once: is used, there will be one entry in the documentation for every unique signature specified by :sig=...:.