Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

27 create a initial community using gitter #55

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="./img/stressify.png" alt="Julia Performance Testing Logo" width="300px">
</div>

| Code Coverage | Documentation |
|---------------|---------------|
| [![codecov](https://codecov.io/gh/jfilhoGN/Stressify.jl/graph/badge.svg?token=JMUM3ITLXK)](https://codecov.io/gh/jfilhoGN/Stressify.jl) | [![Documentation Status](https://readthedocs.org/projects/stressifyjl/badge/?version=latest)](https://stressifyjl.readthedocs.io/en/latest/) |
| Code Coverage | Documentation | Community |
|---------------|---------------|-----------|
| [![codecov](https://codecov.io/gh/jfilhoGN/Stressify.jl/graph/badge.svg?token=JMUM3ITLXK)](https://codecov.io/gh/jfilhoGN/Stressify.jl) | [![Documentation Status](https://readthedocs.org/projects/stressifyjl/badge/?version=latest)](https://stressifyjl.readthedocs.io/en/latest/) | [![Gitter](https://img.shields.io/gitter/room/DAVFoundation/DAV-Contributors.svg?style=flat-square)](https://app.gitter.im/#/room/#stressify:gitter.im)


# Stressify Performance Test
Expand Down
11 changes: 11 additions & 0 deletions docs/source/guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.. _guide:

.. _Stressify: https://github.com/jfilhoGN/Stressify.jl/tree/main/examples
.. _Documentation: https://stressifyjl.readthedocs.io/en/latest/
.. _Community: https://app.gitter.im/#/room/#stressify:gitter.im

User Guide
==========

Expand All @@ -20,4 +24,11 @@ Finally, using the Julia language, it was also created to facilitate the creatio

However, with Julia's vast mathematical and statistical library, it facilitates the creation of new metrics from the execution return, with a dictionary with all response times.

Important Links
-------------------

In this links you can find more information about Stressify, enter in our community, it's a pleasure to have you with us.

- `Stressify`_
- `Documentation`_
- `Community`_
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Stressify.jl's documentation!
========================================

Contents:
Contents: Welcome to Stressify.jl' Performance Testing Documentation!

.. toctree::
:maxdepth: 2
Expand Down
Loading