Skip to content

Commit

Permalink
Merge pull request #46 from eficode/doc-tweaks
Browse files Browse the repository at this point in the history
Update README and OxygenLibrary documentation
  • Loading branch information
Tattoo authored Oct 26, 2023
2 parents 1abdc0d + dbeed90 commit dbd28be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ oxygen.zap:
keyword: run_zap
tags: oxygen-zap
accepted_risk_level: 2 # Handlers can have their own command line arguments
required_confidence_level: 1 # See [the development guide](DEVGUIDE.md) for more information
required_confidence_level: 1 # See https://github.com/eficode/robotframework-oxygen/blob/master/DEVGUIDE.md for more information
```
#### `--add-config`
Expand Down
3 changes: 2 additions & 1 deletion src/oxygen/oxygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class OxygenLibrary(OxygenCore):
Robot Framework libraries`_. The documentation syntax is expected to be
reStructuredText_.
After editing Oxygen's ``config.yml`` to add your own handler, you can
After editing Oxygen's ``config.yml`` to `add your own handler`_, you can
regenerate this library documentation to show your keyword with command:
.. code:: bash
Expand All @@ -193,6 +193,7 @@ class OxygenLibrary(OxygenCore):
.. _dynamic library: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#dynamic-library-api
.. _normal way one does with Robot Framework libraries: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#documenting-libraries
.. _reStructuredText: https://docutils.sourceforge.io/docs/user/rst/quickref.html
.. _add your own handler: https://github.com/eficode/robotframework-oxygen#extending-oxygen-writing-your-own-handler
'''

ROBOT_LIBRARY_DOC_FORMAT = 'reST'
Expand Down

0 comments on commit dbd28be

Please sign in to comment.