-
Notifications
You must be signed in to change notification settings - Fork 7
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 1dc725d
Showing
243 changed files
with
82,852 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: 309316cfaa626aa979e88ee8091cf584 | ||
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+37.4 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.button_behavior.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+20.3 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.effect.doctree
Binary file not shown.
Binary file added
BIN
+35.2 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.focusable.doctree
Binary file not shown.
Binary file added
BIN
+43.2 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.grabbable.doctree
Binary file not shown.
Binary file added
BIN
+45.9 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.movable.doctree
Binary file not shown.
Binary file added
BIN
+45.4 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.movable_children.doctree
Binary file not shown.
Binary file added
BIN
+41.7 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.resizable.doctree
Binary file not shown.
Binary file added
BIN
+16.4 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.themable.doctree
Binary file not shown.
Binary file added
BIN
+54.3 KB
.doctrees/reference/generated/nurses_2.widgets.behaviors.toggle_button_behavior.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+318 KB
.doctrees/reference/generated/nurses_2.widgets.braille_video_player.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+263 KB
.doctrees/reference/generated/nurses_2.widgets.digital_display.doctree
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.
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.
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,19 @@ | ||
********************** | ||
nurses_2 Documentation | ||
********************** | ||
|
||
Welcome to the nurses_2 docs. nurses_2 is a library for terminal graphics. | ||
It can render transparent images, animations, or videos. Perfect for simulation | ||
visualizations, games, or GUIs. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
User Guide <user/index> | ||
API reference <reference/index> | ||
|
||
**Version**: |release| | ||
|
||
**Links**: | ||
`Source <https://github.com/salt-die/nurses_2>`_ | | ||
`Examples <https://github.com/salt-die/nurses_2/tree/main/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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
nurses\_2.app | ||
============= | ||
|
||
.. automodule:: nurses_2.app | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
run_widget_as_app | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
App | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
32 changes: 32 additions & 0 deletions
32
_sources/reference/generated/nurses_2.colors.color_types.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,32 @@ | ||
nurses\_2.colors.color\_types | ||
============================= | ||
|
||
.. automodule:: nurses_2.colors.color_types | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
AColor | ||
Color | ||
ColorPair | ||
ColorTheme | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
48 changes: 48 additions & 0 deletions
48
_sources/reference/generated/nurses_2.colors.colors.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,48 @@ | ||
nurses\_2.colors.colors | ||
======================= | ||
|
||
.. automodule:: nurses_2.colors.colors | ||
|
||
|
||
|
||
.. rubric:: Module Attributes | ||
|
||
.. autosummary:: | ||
|
||
WHITE | ||
BLACK | ||
RED | ||
GREEN | ||
BLUE | ||
YELLOW | ||
CYAN | ||
MAGENTA | ||
AWHITE | ||
ABLACK | ||
ARED | ||
AGREEN | ||
ABLUE | ||
AYELLOW | ||
ACYAN | ||
AMAGENTA | ||
TRANSPARENT | ||
WHITE_ON_BLACK | ||
BLACK_ON_BLACK | ||
DEFAULT_COLOR_THEME | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
31 changes: 31 additions & 0 deletions
31
_sources/reference/generated/nurses_2.colors.gradients.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,31 @@ | ||
nurses\_2.colors.gradients | ||
========================== | ||
|
||
.. automodule:: nurses_2.colors.gradients | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
gradient | ||
lerp_colors | ||
rainbow_gradient | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,33 @@ | ||
nurses\_2.colors | ||
================ | ||
|
||
.. automodule:: nurses_2.colors | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
nurses_2.colors.color_types | ||
nurses_2.colors.colors | ||
nurses_2.colors.gradients | ||
|
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,59 @@ | ||
nurses\_2.easings | ||
================= | ||
|
||
.. automodule:: nurses_2.easings | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
in_back | ||
in_bounce | ||
in_circ | ||
in_cubic | ||
in_elastic | ||
in_exp | ||
in_out_back | ||
in_out_bounce | ||
in_out_circ | ||
in_out_cubic | ||
in_out_elastic | ||
in_out_exp | ||
in_out_quad | ||
in_out_quart | ||
in_out_quint | ||
in_out_sine | ||
in_quad | ||
in_quart | ||
in_quint | ||
in_sine | ||
linear | ||
out_back | ||
out_bounce | ||
out_circ | ||
out_cubic | ||
out_elastic | ||
out_exp | ||
out_quad | ||
out_quart | ||
out_quint | ||
out_sine | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,30 @@ | ||
nurses\_2.fonts | ||
=============== | ||
|
||
.. automodule:: nurses_2.fonts | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
FIGFont | ||
FullLayout | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,39 @@ | ||
nurses\_2.geometry | ||
================== | ||
|
||
.. automodule:: nurses_2.geometry | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
clamp | ||
intersection | ||
lerp | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Point | ||
Rect | ||
Size | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
34 changes: 34 additions & 0 deletions
34
_sources/reference/generated/nurses_2.io.input.events.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,34 @@ | ||
nurses\_2.io.input.events | ||
========================= | ||
|
||
.. automodule:: nurses_2.io.input.events | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
KeyEvent | ||
Mods | ||
MouseButton | ||
MouseEvent | ||
MouseEventType | ||
PasteEvent | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.