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

adding help and examples #1

Open
SwissalpS opened this issue Jun 9, 2023 · 0 comments
Open

adding help and examples #1

SwissalpS opened this issue Jun 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@SwissalpS
Copy link

adding examples looks pretty straightforward, dev only needs to check if the name is already occupied and if so add a number. This could be done by a register function though.

When it comes to adding help, this becomes even more complicated. So instead of every library developer coming up with their own way to add their help, why not add a registration function?

e.g. register_help(name, location) or if mods can't read from othre mod's directories:
register_help(name, contents)

also register_example() with same argument signature.

@BuckarooBanzay BuckarooBanzay added the enhancement New feature or request label Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants