-
Notifications
You must be signed in to change notification settings - Fork 19
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
sphinxcontrib-programoutput and sphinx-autorun #28
Comments
This project is constrained by backwards-compatibility requirements to maintain its existing name, directives, and output (there was a large enough group of existing users of this project that when it vanished from PyPI people got upset---that's when we took over maintenance and committed to keep it working). I wouldn't entirely rule out adding additional directives, but the association of what this project does is fairly strong, and I would imagine that people would be surprised to find (if they find) directives that deal with other things, like running doctest-like snippets, here. I suspect this project would be better off focusing on that area. (To me, the Unix philosophy of "Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new 'features'" seems to complement the Python Zen of "There should be one-- and preferably only one --obvious way to do it." UPDATE: I neglected to add: If there's a good way to implement the next part of the Unix philosophy, "Make programs work together", without adding too much coupling, that could be worth considering.) |
I agree mostly -- do one thing and do it well. I guess it's just that how anyone defines "one thing" might vary. I'd actually though of this as "runs a code block and includes the output" (a I'm probably biased though because I first saw it from |
Hey! I'm the maintainer for
sphinx-autorun
, and it seems that we've quite a bit overlap. (Your docs seem to be far more complete though!)I'm wondering if you're willing to discuss merging both packages into one single project, to avoid both duplicating efforts.
The text was updated successfully, but these errors were encountered: