Skip to content

Commit

Permalink
Merge pull request #9 from UBC-MDS/ML1_repo_structure
Browse files Browse the repository at this point in the history
Ml1 repo structure
  • Loading branch information
Lukman-Lateef authored Jan 10, 2025
2 parents ea9a23e + da40dbd commit dd48a08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# fml_doc_generator

doc string generator

## Summary

`fml_doc_generator` is a Python package designed to simplify the process of writing docstrings for user-defined functions. It offers an automated way to generate docstring templates or fully detailed docstrings through integration with the OpenAI API. By streamlining documentation, it helps developers save time, improve code readability, and maintain consistent documentation standards across projects.

## Functions Included

- **`generate_docstring_template(func: Callable, auto_generate: bool = False, output_file: str = None) -> str`**:
- **`generate_docstring_template(func: Callable, output_file: str, auto_generate: bool = False) -> str`**:
The main end-user function that generates either a docstring template with placeholders or a fully detailed docstring if `auto_generate` is set to `True`.

- **`read_user_function(func: Callable) -> str`**:
Expand All @@ -29,8 +27,10 @@ doc string generator
If you are aware of a similar tool, feel free to contribute to our documentation by suggesting it!


## Authors
Farhan Bin Faisal, Michael Suriawan, Lukman Lateef
## Contributors
- Farhan Bin Faisal
- Michael Suriawan
- Lukman Lateef

## Contributing

Expand Down

0 comments on commit dd48a08

Please sign in to comment.