diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc20ebe --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# docugen + +Generating documentation using OpenAPI LLM models + +[Example input](example/example_code.py) + +[Example output](example/example_code-doc.md) diff --git a/example_code-doc.md b/example/example_code-doc.md similarity index 100% rename from example_code-doc.md rename to example/example_code-doc.md diff --git a/example_code.py b/example/example_code.py similarity index 100% rename from example_code.py rename to example/example_code.py