Skip to content

Commit

Permalink
Rename to pbspy
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 7, 2024
1 parent fad22e1 commit 9383f9f
Show file tree
Hide file tree
Showing 13 changed files with 294 additions and 294 deletions.
2 changes: 1 addition & 1 deletion docs/apidocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This page contains auto-generated API reference documentation [#f1]_.
.. toctree::
:titlesonly:

pbs/pbs
pbspy/pbspy

.. [#f1] Created with `sphinx-autodoc2 <https://github.com/chrisjsewell/sphinx-autodoc2>`_
47 changes: 0 additions & 47 deletions docs/apidocs/pbs/pbs.gadi.rst

This file was deleted.

227 changes: 0 additions & 227 deletions docs/apidocs/pbs/pbs.rst

This file was deleted.

47 changes: 47 additions & 0 deletions docs/apidocs/pbspy/pbspy.gadi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
:py:mod:`pbspy.gadi`
====================

.. py:module:: pbspy.gadi
.. autodoc2-docstring:: pbspy.gadi
:allowtitles:

Module Contents
---------------

Functions
~~~~~~~~~

.. list-table::
:class: autosummary longtable
:align: left

* - :py:obj:`gadi_job <pbspy.gadi.gadi_job>`
- .. autodoc2-docstring:: pbspy.gadi.gadi_job
:summary:

Data
~~~~

.. list-table::
:class: autosummary longtable
:align: left

* - :py:obj:`GadiQueue <pbspy.gadi.GadiQueue>`
- .. autodoc2-docstring:: pbspy.gadi.GadiQueue
:summary:

API
~~~

.. py:data:: GadiQueue
:canonical: pbspy.gadi.GadiQueue
:type: typing.TypeAlias
:value: None

.. autodoc2-docstring:: pbspy.gadi.GadiQueue

.. py:function:: gadi_job(nnodes: int, walltime: str, queue: pbspy.gadi.GadiQueue = 'normal', **kwargs: typing.Any) -> pbspy.JobDescription
:canonical: pbspy.gadi.gadi_job

.. autodoc2-docstring:: pbspy.gadi.gadi_job
Loading

0 comments on commit 9383f9f

Please sign in to comment.