Skip to content

Commit

Permalink
deploy: ea89ebf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
0 parents commit 83424be
Show file tree
Hide file tree
Showing 248 changed files with 95,205 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: b5e176de675a31b511a3d204bf4ad434
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 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









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

.. automodule:: batgrl.colors.color_types







.. rubric:: Functions

.. autosummary::

validate_ahexcode
validate_hexcode





.. rubric:: Classes

.. autosummary::

AColor
Color
ColorPair
ColorTheme









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









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









Loading

0 comments on commit 83424be

Please sign in to comment.