Skip to content

Commit

Permalink
[py] propagate Rust module docs to Python docs (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Aug 28, 2024
1 parent cd9e122 commit 44edfb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyvortex/python/vortex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from ._lib import * # noqa: F403
from ._lib import __doc__ as module_docs

__doc__ = module_docs

0 comments on commit 44edfb4

Please sign in to comment.