diff --git a/docs/source/howto.rst b/docs/source/howto.rst index daf932d..366ec06 100644 --- a/docs/source/howto.rst +++ b/docs/source/howto.rst @@ -473,7 +473,8 @@ The ``command`` argument also accepts a pre-configured code instance directly: code = load_code('date@localhost') results, node = launch_shell_job(code) -This approach can be used as an alternative to the previous example where the target computer is specified through the `metadata` argument. +This approach can be used as an alternative to the previous example where the target computer is specified through the ``metadata`` argument. +For more details on creating codes manually, please refer to `AiiDA's documentation `_. Running with MPI