-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to make tests and readthedocs finaly work
- Loading branch information
1 parent
fe03e58
commit 3b9105a
Showing
6 changed files
with
82 additions
and
5 deletions.
There are no files selected for viewing
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,7 +1,42 @@ | ||
API Reference | ||
============ | ||
|
||
.. automodule:: just_agents | ||
Core | ||
---- | ||
|
||
.. automodule:: just_agents.core | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Tools | ||
----- | ||
|
||
.. automodule:: just_agents.tools | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Coding | ||
------ | ||
|
||
.. automodule:: just_agents.coding | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Web | ||
--- | ||
|
||
.. automodule:: just_agents.web | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Router | ||
------ | ||
|
||
.. automodule:: just_agents.router | ||
: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
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ Welcome to just-agents documentation! | |
:caption: Contents: | ||
|
||
readme | ||
subprojects | ||
api | ||
examples | ||
|
||
|
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,4 +1,6 @@ | ||
sphinx>=7.0.0 | ||
sphinx-rtd-theme>=1.3.0 | ||
myst-parser>=2.0.0 | ||
sphinx-autodoc-typehints>=1.25.2 | ||
sphinx-markdown-tables>=0.0.17 | ||
sphinx-autodoc-typehints>=1.25.2 | ||
sphinx-autoapi>=3.0.0 |
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,32 @@ | ||
Subprojects | ||
=========== | ||
|
||
Core | ||
---- | ||
.. include:: ../core/README.md | ||
:parser: myst_parser.sphinx_ | ||
|
||
Tools | ||
----- | ||
.. include:: ../tools/README.md | ||
:parser: myst_parser.sphinx_ | ||
|
||
Coding | ||
------ | ||
.. include:: ../coding/README.md | ||
:parser: myst_parser.sphinx_ | ||
|
||
Web | ||
--- | ||
.. include:: ../web/README.md | ||
:parser: myst_parser.sphinx_ | ||
|
||
Router | ||
------ | ||
.. include:: ../router/README.md | ||
:parser: myst_parser.sphinx_ | ||
|
||
Examples | ||
-------- | ||
.. include:: ../examples/README.md | ||
:parser: myst_parser.sphinx_ |
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