Skip to content

Commit

Permalink
deploy: f6d52d3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
0 parents commit 9478596
Show file tree
Hide file tree
Showing 237 changed files with 91,485 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: c9bba54b4db7e5e4c00c9e85a8266d30
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 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>`_
35 changes: 35 additions & 0 deletions _sources/reference/generated/batgrl.app.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
batgrl.app
==========

.. automodule:: batgrl.app







.. rubric:: Functions

.. autosummary::

run_gadget_as_app





.. rubric:: Classes

.. autosummary::

App









32 changes: 32 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,32 @@
batgrl.colors.color\_types
==========================

.. automodule:: batgrl.colors.color_types











.. rubric:: Classes

.. autosummary::

AColor
Color
ColorPair
ColorTheme









48 changes: 48 additions & 0 deletions _sources/reference/generated/batgrl.colors.colors.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
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
WHITE_ON_BLACK
BLACK_ON_BLACK
DEFAULT_COLOR_THEME

















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

.. automodule:: batgrl.colors.gradients







.. rubric:: Functions

.. autosummary::

gradient
lerp_colors
rainbow_gradient













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

.. automodule:: batgrl.colors



















.. rubric:: Modules

.. autosummary::
:toctree:
:recursive:

batgrl.colors.color_types
batgrl.colors.colors
batgrl.colors.gradients

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

.. automodule:: batgrl.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













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

.. automodule:: batgrl.figfont











.. rubric:: Classes

.. autosummary::

FIGFont
FullLayout









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

.. automodule:: batgrl.gadgets.animation











.. rubric:: Classes

.. autosummary::

Animation









29 changes: 29 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,29 @@
batgrl.gadgets.bar\_chart
=========================

.. automodule:: batgrl.gadgets.bar_chart











.. rubric:: Classes

.. autosummary::

BarChart









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

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











.. rubric:: Classes

.. autosummary::

ButtonBehavior
ButtonState









Loading

0 comments on commit 9478596

Please sign in to comment.