Explanatory text
parent
8a0521bde9
commit
bea6979b18
|
@ -8,9 +8,10 @@ See LICENSE for the license information
|
||||||
Author: Porter Zach
|
Author: Porter Zach
|
||||||
|
|
||||||
This script generates interactive Python notebooks (.ipynb) that document GTSAM
|
This script generates interactive Python notebooks (.ipynb) that document GTSAM
|
||||||
header files. It retrieves the header file content from the GTSAM GitHub repository,
|
header files. Since inserting the text of the file directly into the prompt
|
||||||
sends it to OpenAI's API for processing, and saves the generated documentation
|
might be too many tokens, it retrieves the header file content from the GTSAM
|
||||||
as a Jupyter notebook.
|
GitHub repository. It then sends it to OpenAI's API for processing, and saves
|
||||||
|
the generated documentation as a Jupyter notebook.
|
||||||
|
|
||||||
Functions:
|
Functions:
|
||||||
is_url_valid(url: str) -> bool:
|
is_url_valid(url: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue