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

Fix badge readme and update broken links #3298

Merged
merged 3 commits into from Jan 13, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.rst
@@ -1,6 +1,6 @@
.. -*- mode: rst -*-

|Azure|_ |Github|_ |Drone|_ |rtd|_ |Codecov|_
|Azure|_ |Github|_ |rtd|_ |Codecov|_

|python_version|_ |pypi_version|_ |anaconda_cloud|_

Expand All @@ -9,11 +9,8 @@
.. |Azure| image:: https://dev.azure.com/franciscode-la-pena-manchon/hyperspy/_apis/build/status/hyperspy.hyperspy?branchName=RELEASE_next_minor
.. _Azure: https://dev.azure.com/franciscode-la-pena-manchon/hyperspy/_build?definitionId=1&_a=summary&view=branches

.. |Github| image:: https://github.com/hyperspy/hyperspy/workflows/Tests/badge.svg
.. _Github: https://github.com/hyperspy/hyperspy/actions?query=workflow%3ATests

.. |Drone| image:: https://cloud.drone.io/api/badges/hyperspy/hyperspy/status.svg
.. _Drone: https://cloud.drone.io/hyperspy/hyperspy
.. |Github| image:: https://github.com/hyperspy/hyperspy/actions/workflows/tests.yml/badge.svg
.. _Github: https://github.com/hyperspy/hyperspy/actions/workflows/tests.yml

.. |Codecov| image:: https://codecov.io/gh/hyperspy/hyperspy/branch/RELEASE_next_minor/graph/badge.svg
.. _Codecov: https://codecov.io/gh/hyperspy/hyperspy
Expand Down
6 changes: 0 additions & 6 deletions doc/user_guide/basic_usage.rst
Expand Up @@ -129,12 +129,6 @@ associated to a given functions (docstring in Python jargon) and it is one of
the many features of `IPython <https://ipython.readthedocs.io/>`_, which is the
interactive python shell that HyperSpy uses under the hood.

Please note that the documentation of the code is a work in progress, so not
all the objects are documented yet.

Up-to-date documentation is always available in `the HyperSpy website.
<https://hyperspy.org/documentation.html>`_


Autocompletion
--------------
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/install.rst
Expand Up @@ -143,9 +143,9 @@ solutions are:

To learn more about the Anaconda eco-system:

- Choose between `Anaconda or Miniconda <https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html#anaconda-or-miniconda>`_?
- Choose between `Anaconda or Miniconda <https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html>`_?
- Understanding `conda and pip <https://www.anaconda.com/blog/understanding-conda-and-pip>`_.
- What is `conda-forge <https://conda-forge.org/#about>`__.
- What is `conda-forge <https://conda-forge.org>`__.

.. _install-with-pip:

Expand Down
1 change: 1 addition & 0 deletions upcoming_changes/3298.maintenance.rst
@@ -0,0 +1 @@
Fix readme badges and fix broken web links.