Skip to content

Commit

Permalink
add fs for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndSchuller committed Jan 22, 2023
1 parent 9a6628b commit 60032a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
34 changes: 11 additions & 23 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ and a UNICORE implementation of a
Development of this library was funded in part by the
`Human Brain Project <https://www.humanbrainproject.eu>`_

PyUNICORE is Open Source under the :ref:`BSD License <license>`,
the source code is on `GitHub <https://github.com/HumanBrainProject/pyunicore>`_.


Installation
------------

Expand All @@ -45,35 +49,19 @@ You can install (one or more) extras with pip:
pip install -U pyunicore[crypto,fs,fuse]
Using PyUNICORE
---------------

:doc:`basic_usage`
Getting started and basic usage examples

:doc:`uftp`
Using UFTP for data access, including FUSE mounts

:doc:`dask`
Deploy and operate a Dask cluster on HPC via UNICORE

:doc:`port_forwarding`
Transparently access a service running on the HPC side

License
-------

PyUNICORE is available as Open Source under the :ref:`BSD
License <license>`, the source code is available
on `GitHub <https://github.com/HumanBrainProject/pyunicore>`_.

.. toctree::
:maxdepth: 2
:caption: PyUNICORE Documentation
:caption: Using PyUNICORE

basic_usage
uftp
dask
port_forwarding


.. toctree::
:maxdepth: 1
:caption: Links

license
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
pytest-cov
pre-commit
fs

0 comments on commit 60032a9

Please sign in to comment.