Skip to content

Commit

Permalink
Fixed UML diagrams command
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Tisnovsky <ptisnovs@redhat.com>
  • Loading branch information
tisnik committed Jan 22, 2025
1 parent b4c017b commit f576f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ config.puml: ## Generate PlantUML class diagram for configuration
mv docs/classes.puml docs/config.puml

llms.puml: ## Generate PlantUML class diagram for LLM plugin system
pyreverse ols/src/llms/ --output puml --output-directory=docs
pyreverse ols/src/llms/ --output puml --output-directory=docs/
mv docs/classes.puml docs/llms_classes.uml
mv docs/packages.puml docs/llms_packages.uml

distribution-archives: ## Generate distribution archives to be uploaded into Python registry
pdm run python -m build
Expand Down

0 comments on commit f576f80

Please sign in to comment.