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

Documentation: Updated installation and contribution documentation #4148

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Jul 9, 2024

Checklist:


This PR reworks and moves/removes documentation regarding installation and contribution.

Some of the content was outdated or is better documented elsewhere (e.g., use of virtual environment: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments).

closes #4125

@t20100 t20100 added this to the Next release milestone Jul 9, 2024
.. _their own CONTRIBUTING guide: https://github.com/scikit-image/scikit-image/blob/3736339272b9d129f98fc723b508ac5490c171fa/CONTRIBUTING.rst
.. _Issues page: https://github.com/silx-kit/silx/issues

Code formatting
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved documentation from installation to contribution

Comment on lines -80 to -87
:mod:`backends.BackendMatplotlib`
+++++++++++++++++++++++++++++++++

.. currentmodule:: silx.gui.plot.backends.BackendMatplotlib

.. automodule:: silx.gui.plot.backends.BackendMatplotlib
:members:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing warnings in the documentation build because matplotlib uses custom sphinx roles

@vallsv vallsv merged commit 269d0cb into silx-kit:main Aug 29, 2024
6 of 8 checks passed
@t20100 t20100 deleted the update-doc branch September 3, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation: Describe conda packaging
2 participants