Skip to content

Commit

Permalink
deploy: 0cbc959
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2024
0 parents commit 2cc6063
Show file tree
Hide file tree
Showing 278 changed files with 105,916 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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: 37bd1c24a84005e5d5a824d0defbb1b2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/reference/generated/batgrl.app.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.
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 added .doctrees/reference/index.doctree
Binary file not shown.
Binary file added .doctrees/user/batgrl_faq.doctree
Binary file not shown.
Binary file added .doctrees/user/gadget_tree.doctree
Binary file not shown.
Binary file added .doctrees/user/gadgets.doctree
Binary file not shown.
Binary file added .doctrees/user/index.doctree
Binary file not shown.
Binary file added .doctrees/user/pong_tutorial.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
19 changes: 19 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**********************
batgrl Documentation
**********************

Welcome to the batgrl docs. batgrl stands for badass terminal graphics library.
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/batgrl>`_ |
`Examples <https://github.com/salt-die/batgrl/tree/main/examples>`_
18 changes: 18 additions & 0 deletions _sources/reference/generated/batgrl.app.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
batgrl.app
==========

.. automodule:: batgrl.app


.. rubric:: Functions

.. autosummary::

run_gadget_as_app

.. rubric:: Classes

.. autosummary::

App

23 changes: 23 additions & 0 deletions _sources/reference/generated/batgrl.colors.color_types.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
batgrl.colors.color\_types
==========================

.. automodule:: batgrl.colors.color_types


.. rubric:: Functions

.. autosummary::

_to_hex
validate_ahexcode
validate_hexcode

.. rubric:: Classes

.. autosummary::

AColor
Color
ColorPair
ColorTheme

37 changes: 37 additions & 0 deletions _sources/reference/generated/batgrl.colors.colors.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
batgrl.colors.colors
====================

.. automodule:: batgrl.colors.colors


.. rubric:: Module Attributes

.. autosummary::

WHITE
BLACK
RED
GREEN
BLUE
YELLOW
CYAN
MAGENTA
AWHITE
ABLACK
ARED
AGREEN
ABLUE
AYELLOW
ACYAN
AMAGENTA
TRANSPARENT
DEFAULT_COLOR_THEME
DEFAULT_PRIMARY_FG
DEFAULT_PRIMARY_BG

.. rubric:: Classes

.. autosummary::

Neptune

16 changes: 16 additions & 0 deletions _sources/reference/generated/batgrl.colors.gradients.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
batgrl.colors.gradients
=======================

.. automodule:: batgrl.colors.gradients


.. rubric:: Functions

.. autosummary::

darken_only
gradient
lerp_colors
lighten_only
rainbow_gradient

15 changes: 15 additions & 0 deletions _sources/reference/generated/batgrl.colors.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
batgrl.colors
=============

.. automodule:: batgrl.colors


.. rubric:: Modules

.. autosummary::
:toctree:
:recursive:

color_types
colors
gradients
48 changes: 48 additions & 0 deletions _sources/reference/generated/batgrl.easings.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
batgrl.easings
==============

.. automodule:: batgrl.easings


.. rubric:: Module Attributes

.. autosummary::

Easing

.. 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

13 changes: 13 additions & 0 deletions _sources/reference/generated/batgrl.figfont.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
batgrl.figfont
==============

.. automodule:: batgrl.figfont


.. rubric:: Classes

.. autosummary::

FIGFont
FullLayout

18 changes: 18 additions & 0 deletions _sources/reference/generated/batgrl.gadgets.animation.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
batgrl.gadgets.animation
========================

.. automodule:: batgrl.gadgets.animation


.. rubric:: Functions

.. autosummary::

_check_frame_durations

.. rubric:: Classes

.. autosummary::

Animation

13 changes: 13 additions & 0 deletions _sources/reference/generated/batgrl.gadgets.ans_viewer.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
batgrl.gadgets.ans\_viewer
==========================

.. automodule:: batgrl.gadgets.ans_viewer


.. rubric:: Classes

.. autosummary::

AnsViewer
_AnsReader

13 changes: 13 additions & 0 deletions _sources/reference/generated/batgrl.gadgets.bar_chart.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
batgrl.gadgets.bar\_chart
=========================

.. automodule:: batgrl.gadgets.bar_chart


.. rubric:: Classes

.. autosummary::

BarChart
_BarChartProperty

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
batgrl.gadgets.behaviors.button\_behavior
=========================================

.. automodule:: batgrl.gadgets.behaviors.button_behavior


.. rubric:: Module Attributes

.. autosummary::

ButtonState

.. rubric:: Classes

.. autosummary::

ButtonBehavior

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
batgrl.gadgets.behaviors.focusable
==================================

.. automodule:: batgrl.gadgets.behaviors.focusable


.. rubric:: Classes

.. autosummary::

AnyFocusedProperty
Focusable

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
batgrl.gadgets.behaviors.grabbable
==================================

.. automodule:: batgrl.gadgets.behaviors.grabbable


.. rubric:: Classes

.. autosummary::

Grabbable

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
batgrl.gadgets.behaviors.movable
================================

.. automodule:: batgrl.gadgets.behaviors.movable


.. rubric:: Classes

.. autosummary::

Movable

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
batgrl.gadgets.behaviors.movable\_children
==========================================

.. automodule:: batgrl.gadgets.behaviors.movable_children


.. rubric:: Classes

.. autosummary::

MovableChildren

19 changes: 19 additions & 0 deletions _sources/reference/generated/batgrl.gadgets.behaviors.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
batgrl.gadgets.behaviors
========================

.. automodule:: batgrl.gadgets.behaviors


.. rubric:: Modules

.. autosummary::
:toctree:
:recursive:

button_behavior
focusable
grabbable
movable
movable_children
themable
toggle_button_behavior
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
batgrl.gadgets.behaviors.themable
=================================

.. automodule:: batgrl.gadgets.behaviors.themable


.. rubric:: Classes

.. autosummary::

Themable
_ColorPair
_ColorTheme

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
batgrl.gadgets.behaviors.toggle\_button\_behavior
=================================================

.. automodule:: batgrl.gadgets.behaviors.toggle_button_behavior


.. rubric:: Module Attributes

.. autosummary::

ToggleState

.. rubric:: Classes

.. autosummary::

ToggleButtonBehavior

Loading

0 comments on commit 2cc6063

Please sign in to comment.