Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Viera López committed Jun 8, 2023
1 parent 8eb5c83 commit 6372cd1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
46 changes: 45 additions & 1 deletion docs/source/contributing/engaging.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,46 @@
Increasing Visibility and Engagement
====================================
====================================

Do you want to help with the development of pactus? We have some ideas on how to do it:


Bug reporting
-------------

Your script isn't working, and you are sure the issue lies with pactus? Make sure
you are using the latest available pypi package and if the problem persists,
open an issue in `GitHub <https://github.com/yupidevs/pactus/issues>`_ to let us know.


Requesting new features
-----------------------

You can similarly use the issues in `GitHub <https://github.com/yupidevs/pactus/issues>`_ to
suggest new features you want to see in new releases of pactus.


Extending pactus source code
----------------------------

If you want to contribute directly to the project (improve documentation, implement new
features or fix existing bugs) you can make a pull request and we will analyze it as soon as
possible. Moreover, we have dedicated guidelines for contributions focused on adding datasets,
models or featurizers. You can find them right after this page.


Adding new examples of usage
----------------------------

Even without contributing to the pactus source code, if you use pactus for your research, you
can request the addition of your scripts to the examples hosted in the documentation. We will
evaluate the proposal according to the quality of the results and the differences among already
existing examples.

Increasing pactus visibility
----------------------------

To help us reach a broader audience in the scientific community, you can help us by:

* Star the project `pactus <https://github.com/yupidevs/pactus/stargazers>`_ in GitHub
* Star the project `yupi <https://github.com/yupidevs/yupi/stargazers>`_ in GitHub
* Cite the pactus arxiv paper that is going to be available soon in here
2 changes: 0 additions & 2 deletions docs/source/contributing/report_issues.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ extensible way, so the users can build their own models and datasets.
:caption: Contributing

contributing/engaging
contributing/report_issues
contributing/adding_datasets
contributing/adding_models
contributing/adding_featurizers
Expand Down

0 comments on commit 6372cd1

Please sign in to comment.