Skip to content

Commit

Permalink
Merge pull request #4 from ASU-CodeDevils/dev
Browse files Browse the repository at this point in the history
0.0.5 beta update
  • Loading branch information
KevinThePepper authored Jul 25, 2020
2 parents 5056eec + e8f5dc8 commit e01770c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Common composite blocks are implemented for you in ``slack_blockkit.utils`` and
* ``get_information_block`` - Returns an information block, which is a section with an info icon followed by linked text.
* ``get_checkmark`` - *Not* a block, but rather an emoji string for a checkmark. Pass ``True`` for a checked mark and ``False`` for unchecked.

.. _`documentation`: https://github.io/ASU-CodeDevils/slack-blockkit
.. _`documentation`: https://asu-codedevils.github.io/slack-blockkit/
.. _`Block elements`: https://api.slack.com/reference/block-kit/block-elements
.. _`Interactive components`: https://api.slack.com/reference/block-kit/interactive-components
.. _`Composition objects`: https://api.slack.com/reference/block-kit/composition-objects
Expand Down
2 changes: 1 addition & 1 deletion slack_blockkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
3 changes: 3 additions & 0 deletions sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Slack Blockkit Builder
Slack Blockkit Builder is a simple utility for developing code blocks for `Slack's Block Kit`_. It provides
Pythonic-style blocks to allow for dynamic generation of block kits where copy-and-paste just won't do it.

Visit the `documentation`_ for more examples and method/class docs.

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand All @@ -35,4 +37,5 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. _`documentation`: https://asu-codedevils.github.io/slack-blockkit/
.. _`Slack's Block Kit`: https://api.slack.com/block-kit

0 comments on commit e01770c

Please sign in to comment.