Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add litgen to the automatic generators list (compiling.rst) #5012

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

pthom
Copy link
Contributor

@pthom pthom commented Jan 25, 2024

Description

I have developed an automatic bindings generator for pybind11: litgen.
I tried my best to document it thoroughly and to make it user-friendly. If interesting and if possible, I'd like it to be mentioned in the pybind11 relevant doc page.


Added content to compiling.rst:

[litgen]_ is an automatic python bindings generator with a focus on generating documented and discoverable bindings: bindings will nicely reproduce the documentation found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language parsing tool with a developer centric approach. The API that you want to expose to python must be C++14 compatible (but your implementation can use more modern constructs).

.. [litgen] https://pthom.github.io/litgen

Suggested changelog entry:

doc: add `litgen <https://pthom.github.io/litgen>`_ to the automatic generators list

pthom and others added 2 commits January 25, 2024 20:14
Added this:

[litgen]_ is an automatic python bindings generator with a focus on generating
documented and discoverable bindings: bindings will nicely reproduce the documentation
found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language
parsing tool with a developer centric approach. The API that you want to expose to python
must be C++14 compatible (but your implementation can use more modern constructs).

.. [litgen] https://pthom.github.io/litgen
Copy link
Collaborator

@rwgk rwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@rwgk rwgk merged commit 768cebe into pybind:master Jan 28, 2024
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants