Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/contributing/adding_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ before a completion message is run.

## Conclusion

Adding functionality is useful but it has to integrate into the workflow and ideally be accessible as a stand alone step in the process. Hopefully the above helps demystify the steps required to achieve this.
Adding functionality is useful but it has to integrate into the workflow and ideally be accessible as a stand alone step
in the process. Hopefully the above helps demystify the steps required to achieve this.

[python_argparse]: https://docs.python.org/3/library/argparse.html
[python_kwargs]: https://realpython.com/python-kwargs-and-args/
Expand Down