Skip to content

Commit e3c4cdb

Browse files
committed
Updated documentation for the main module
1 parent 3e23fcb commit e3c4cdb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# List of source files stored in `src/` directory
22

33
## [__init__.py](__init__.py)
4-
Main classes for the Lightspeed-stack.
4+
Main classes for the Lightspeed Core Stack REST API service.
55

66
## [client.py](client.py)
7-
LLama stack client retrieval.
7+
LLama Stack client retrieval class.
88

99
## [configuration.py](configuration.py)
1010
Configuration loader.
@@ -13,7 +13,7 @@ Configuration loader.
1313
Constants used in business logic.
1414

1515
## [lightspeed_stack.py](lightspeed_stack.py)
16-
Lightspeed stack.
16+
Entry point to the Lightspeed Core Stack REST API service.
1717

1818
## [log.py](log.py)
1919
Log utilities.

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Main classes for the Lightspeed-stack."""
1+
"""Main classes for the Lightspeed Core Stack REST API service."""

src/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""LLama stack client retrieval."""
1+
"""LLama Stack client retrieval class."""
22

33
import logging
44

src/lightspeed_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Lightspeed stack.
1+
"""Entry point to the Lightspeed Core Stack REST API service.
22
33
This source file contains entry point to the service. It is implemented in the
44
main() function.

0 commit comments

Comments
 (0)