-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 49c2977
Showing
43 changed files
with
4,396 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: cf50aeaadf79260c11b2113c201e1e37 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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.
Empty file.
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,21 @@ | ||
.. quasarpy documentation master file, created by | ||
sphinx-quickstart on Mon Apr 29 11:05:39 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to quasarpy's documentation! | ||
==================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
modules | ||
|
||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`modindex` | ||
* :ref:`search` |
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 @@ | ||
quasar | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
quasarpy |
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 @@ | ||
quasarpy.algorithm package | ||
========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
quasarpy.algorithm.detector module | ||
---------------------------------- | ||
|
||
.. automodule:: quasarpy.algorithm.detector | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.algorithm.llm module | ||
----------------------------- | ||
|
||
.. automodule:: quasarpy.algorithm.llm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy.algorithm | ||
: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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
quasarpy.cli package | ||
==================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy.cli | ||
: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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
quasarpy.handler package | ||
======================== | ||
|
||
Submodules | ||
---------- | ||
|
||
quasarpy.handler.issue module | ||
----------------------------- | ||
|
||
.. automodule:: quasarpy.handler.issue | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy.handler | ||
: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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
quasarpy package | ||
================ | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
quasarpy.algorithm | ||
quasarpy.cli | ||
quasarpy.handler | ||
quasarpy.tests | ||
quasarpy.utils | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy | ||
: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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
quasarpy.tests package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
quasarpy.tests.conftest module | ||
------------------------------ | ||
|
||
.. automodule:: quasarpy.tests.conftest | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.tests.test\_algorithm module | ||
------------------------------------- | ||
|
||
.. automodule:: quasarpy.tests.test_algorithm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.tests.test\_cli module | ||
------------------------------- | ||
|
||
.. automodule:: quasarpy.tests.test_cli | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.tests.test\_handler module | ||
----------------------------------- | ||
|
||
.. automodule:: quasarpy.tests.test_handler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.tests.test\_utils module | ||
--------------------------------- | ||
|
||
.. automodule:: quasarpy.tests.test_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy.tests | ||
: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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
quasarpy.utils package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
quasarpy.utils.analyser module | ||
------------------------------ | ||
|
||
.. automodule:: quasarpy.utils.analyser | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.utils.ascii module | ||
--------------------------- | ||
|
||
.. automodule:: quasarpy.utils.ascii | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.utils.errors module | ||
---------------------------- | ||
|
||
.. automodule:: quasarpy.utils.errors | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.utils.logger module | ||
---------------------------- | ||
|
||
.. automodule:: quasarpy.utils.logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.utils.prompt\_template module | ||
-------------------------------------- | ||
|
||
.. automodule:: quasarpy.utils.prompt_template | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
quasarpy.utils.redis\_server module | ||
----------------------------------- | ||
|
||
.. automodule:: quasarpy.utils.redis_server | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: quasarpy.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.