Skip to content

Commit

Permalink
revert using main namespace refs
Browse files Browse the repository at this point in the history
  • Loading branch information
araghukas committed Nov 21, 2023
1 parent d7ef463 commit 8b107eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/source/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ A Covalent server must be running in order to dispatch workflows. The Covalent C
The Covalent SDK also includes a Python interface for starting and stopping the Covalent server.

.. autofunction:: covalent.covalent_is_running
.. autofunction:: covalent._programmatic.commands.covalent_is_running

.. autofunction:: covalent.covalent_start

.. autofunction:: covalent.covalent_stop
.. autofunction:: covalent._programmatic.commands.covalent_start


.. autofunction:: covalent._programmatic.commands.covalent_stop


----------------------------------------------------------------
Expand Down

0 comments on commit 8b107eb

Please sign in to comment.