-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from filip-michalsky/documentation
Docstrings improvement and api-website updates
- Loading branch information
Showing
85 changed files
with
3,371 additions
and
768 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
SalesGPT | ||
salesgpt | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
run | ||
run_api | ||
salesgpt |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
salesgpt |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.agents.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.agents module | ||
====================== | ||
|
||
.. automodule:: salesgpt.agents | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.chains.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.chains module | ||
====================== | ||
|
||
.. automodule:: salesgpt.chains | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.logger.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.logger module | ||
====================== | ||
|
||
.. automodule:: salesgpt.logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.parsers.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.parsers module | ||
======================= | ||
|
||
.. automodule:: salesgpt.parsers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.prompts.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.prompts module | ||
======================= | ||
|
||
.. automodule:: salesgpt.prompts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.prompts_cn.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.prompts\_cn module | ||
=========================== | ||
|
||
.. automodule:: salesgpt.prompts_cn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
29 changes: 29 additions & 0 deletions
29
api-website/_build/html/_sources/salesgpt/salesgpt.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
salesgpt package | ||
================ | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:caption: Contents: | ||
|
||
salesgpt.agents | ||
salesgpt.chains | ||
salesgpt.logger | ||
salesgpt.parsers | ||
salesgpt.prompts | ||
salesgpt.prompts_cn | ||
salesgpt.salesgptapi | ||
salesgpt.stages | ||
salesgpt.templates | ||
salesgpt.tools | ||
salesgpt.version | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: salesgpt | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.salesgptapi.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.salesgptapi module | ||
=========================== | ||
|
||
.. automodule:: salesgpt.salesgptapi | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.stages.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.stages module | ||
====================== | ||
|
||
.. automodule:: salesgpt.stages | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.templates.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.templates module | ||
========================= | ||
|
||
.. automodule:: salesgpt.templates | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.tools.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.tools module | ||
===================== | ||
|
||
.. automodule:: salesgpt.tools | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
api-website/_build/html/_sources/salesgpt/salesgpt.version.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
salesgpt.version module | ||
======================= | ||
|
||
.. automodule:: salesgpt.version | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
.red-text { | ||
color: red; | ||
} | ||
} | ||
|
||
.wy-menu-extra { | ||
margin-top: 20px; /* Adjust the space above the button */ | ||
text-align: center; /* Center the button */ | ||
} | ||
|
||
.btn-primary { | ||
background-color: #000000; /* Change to black */ | ||
color: #FFFFFF; /* Change to white */ | ||
border-radius: 5px; | ||
padding: 10px 15px; | ||
display: inline-block; | ||
text-decoration: none; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.2); | ||
transition: background-color 0.3s ease; | ||
} | ||
|
||
.btn-primary:hover, .btn-primary:focus { | ||
background-color: #0000FF; /* Keep the hover color blue */ | ||
color: #FFFFFF; /* Change the hover text color to white */ | ||
text-decoration: none; | ||
} |
Oops, something went wrong.