Skip to content

Commit

Permalink
docs(gif): add gif animation closes #10
Browse files Browse the repository at this point in the history
sphinx documentation for all modules closes #2
  • Loading branch information
mdsanima committed Aug 13, 2021
1 parent 7dfec4c commit de8e9ca
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ modules. So let me show something.

This Python Pacage developed by Marcin Różewski aka
[MDSANIM](https://mdsanima.com) includes several useful modules thats he uses
in various projects.
in various projects. Docomentation for **mdsanima_dev** Python Package
is available at [docs mdsanima_dev](https://mdsanima-dev.github.io/mdsanima-dev/)
be sure to check it.

## Installation

Expand Down Expand Up @@ -57,7 +59,8 @@ python3 setup.py install

## Develempent

Help instruction for development.
Help instruction for development. Check [documentation](https://mdsanima-dev.github.io/mdsanima-dev/docs/html/development.html)
for workflow release and more info.

### Build documentation

Expand Down Expand Up @@ -87,6 +90,10 @@ For checking if everything is ok:
standard-version release-test
```

## Showcase

![python_mdsanima_dev_small_fast](https://user-images.githubusercontent.com/3817871/129311978-e934ab26-85d9-49a1-97a7-dd5eb26b2c72.gif)

## Connect With Me

Hi there, I'm Marcin Różewski aka [MDSANIMA](https://mdsanima.com).
Expand Down
15 changes: 15 additions & 0 deletions docs/source/module_emoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
.. automodule:: mdsanima_dev.emoji
```

```{eval-rst}
.. figure:: _static/gif/emoji_show_d_04_optymize.gif
:name: show-emoji-04-gif-d
```

## Function `emoji_get_url_data`

```{eval-rst}
Expand All @@ -22,6 +27,11 @@
.. autofunction:: mdsanima_dev.emoji.emoji_load_json_data
```

```{eval-rst}
.. figure:: _static/gif/emoji_show_c_04_optymize.gif
:name: show-emoji-04-gif-c
```

## Class `emoji`

```{eval-rst}
Expand Down Expand Up @@ -49,6 +59,11 @@ Check first method
[``all method``](#all-method).
```

```{eval-rst}
.. figure:: _static/gif/emoji_show_a_04_optymize.gif
:name: show-emoji-04-gif-a
```

### Method ``emo_stats()``

This method show statistic about emoji published on json which was retrieved
Expand Down
10 changes: 10 additions & 0 deletions docs/source/module_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
.. autofunction:: mdsanima_dev.utils.tools.machine
```

```{eval-rst}
.. figure:: _static/gif/machine_show_c_04_optymize.gif
:name: show-machine-04-gif-c
```

## Class `progress`

```{eval-rst}
Expand All @@ -51,3 +56,8 @@
```{eval-rst}
.. automethod:: mdsanima_dev.utils.tools.progress.progress_bar
```

```{eval-rst}
.. figure:: _static/gif/progress_show_a_04_optymize.gif
:name: show-progress-04-gif-a
```

0 comments on commit de8e9ca

Please sign in to comment.