Skip to content

Commit

Permalink
Merge pull request #277 from douglasjacobsen/docs_and_debugging
Browse files Browse the repository at this point in the history
Add debug info to docs, and docs link to readme
  • Loading branch information
rfbgo authored Oct 6, 2023
2 parents d55f13f + 447cfaf commit 571fe94
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spack for some application definition. See
Documentation
----------------

Ramble’s documentation can be viewed at
[https://googlecloudplatform.github.io/ramble/](https://googlecloudplatform.github.io/ramble/).

For help with Ramble’s commands, run `ramble help` or `ramble help --all`.

For more information on concepts in Ramble, see Ramble’s
Expand Down
14 changes: 14 additions & 0 deletions lib/ramble/docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ For help with sub-commands, the ``-h`` flag can be used:
$ ramble <subcommand> -h
^^^^^^^^^^^^^^^^
Debugging Ramble
^^^^^^^^^^^^^^^^

When an issue occurs while running Ramble, it can be useful to get additionally
debugging information. To enable the debugging mode in Ramble, you can use the
`-d` global option, as follows:

.. code-block:: console
$ ramble -d <subcommand>
or;
$ ramble --debug <subcommand>
---------------------
Defined Applications
---------------------
Expand Down

0 comments on commit 571fe94

Please sign in to comment.