Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jun 25, 2023
1 parent 59db73b commit fa74a7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/analysis/pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pandas

The Python bindings of openPMD-api provide direct methods to load data into the `Pandas data analysis ecosystem <https://pandas.pydata.org>`__.

Pandas computes on CPU, for GPU-accelerated data analysis see :ref:`RAPIDS <analysis-rapids>`.
Pandas computes on the CPU, for GPU-accelerated data analysis see :ref:`RAPIDS <analysis-rapids>`.


.. _analysis-pandas-install:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/analysis/viewer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openPMD-viewer
==============

`openPMD-viewer <https://github.com/openPMD/openPMD-viewer>`__ is an open-source Python package to access openPMD data.
`openPMD-viewer <https://github.com/openPMD/openPMD-viewer>`__ (`documentation <https://openpmd-viewer.readthedocs.io>`__) is a Python package to access openPMD data.

It allows to:

Expand Down Expand Up @@ -65,4 +65,4 @@ by using the command:
ts.slider()

You can also access the particle and field data as numpy arrays with the methods ``ts.get_field`` and ``ts.get_particle``.
See the openPMD-viewer tutorials `here <https://github.com/openPMD/openPMD-viewer/tree/master/tutorials>`_ for more info.
See the openPMD-viewer tutorials `on read-the-docs <https://openpmd-viewer.readthedocs.io>`_ for more info.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Writing & reading through those backends and their associated files is supported
section#api-details,
section#utilities,
section#backends,
section#analysis,
section#data-analysis,
section#development,
section#maintenance {
display:none;
Expand Down Expand Up @@ -132,7 +132,7 @@ Backends
Data Analysis
-------------
.. toctree::
:caption: ANALYSIS
:caption: DATA ANALYSIS
:maxdepth: 1
:hidden:

Expand Down

0 comments on commit fa74a7d

Please sign in to comment.