Skip to content

Commit

Permalink
Fix dead link and add resource to docs/workflows/taskmanager.rst (#303)
Browse files Browse the repository at this point in the history
* Fix dead link 

Replace http://www.adaptivecomputing.com/products/open-source/torque/ with https://github.com/adaptivecomputing/torque

* Add YAML resource to taskmanager.rst

* Improve readability of Markdown
  • Loading branch information
cyr1l0u authored Nov 6, 2024
1 parent f670135 commit 5c81a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.. _slurm: https://slurm.schedmd.com/
.. _pbspro: http://pbspro.org/
.. _sge: http://gridscheduler.sourceforge.net/howto/GridEngineHowto.html
.. _torque: http://www.adaptivecomputing.com/products/open-source/torque/
.. _torque: https://github.com/adaptivecomputing/torque
.. _moab: http://www.adaptivecomputing.com/products/hpc-products/moab-hpc-basic-edition/
.. _loadleveler: https://www.ibm.com/support/knowledgecenter/en/SSFJTW

Expand Down
3 changes: 2 additions & 1 deletion docs/workflows/taskmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ AbiPy obtains the information needed to create the correct ``TaskManager`` for a
from the ``manager.yml`` configuration file.
The file is written in YAML_ a human-readable data serialization language commonly used for configuration files
(a good introduction to the YAML syntax can be found `here <http://yaml.org/spec/1.1/#id857168>`_.
See also this `reference card <http://www.yaml.org/refcard.html>`_)
See also this `reference card <http://www.yaml.org/refcard.html>`_.
Experiment with YAML syntax using a `YAML validator <https://yamline.com/validator/>`_)

By default, AbiPy looks for a ``manager.yml`` file in the current working directory i.e.
the directory in which you execute your script in first and then inside ``$HOME/.abinit/abipy``.
Expand Down

0 comments on commit 5c81a53

Please sign in to comment.