mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
workloads/rt-app: Removed absoulte path in documentation
Removed dynamically populated existing configs path from doc string as this is also used to generate the online documentation and therefore should not be an absolute path.
This commit is contained in:
parent
12230da959
commit
548eb99bdc
@ -99,7 +99,8 @@ class RtApp(Workload):
|
||||
}
|
||||
}
|
||||
|
||||
Please refer to the exising configs in ``%s`` for more examples.
|
||||
Please refer to the existing configs in ``$WA_ROOT/wlauto/workloads/rt_app/use_case``
|
||||
for more examples.
|
||||
|
||||
The version of rt-app currently used with this workload contains enhancements and
|
||||
modifications done by Linaro. The source code for this version may be obtained here:
|
||||
@ -110,7 +111,7 @@ class RtApp(Workload):
|
||||
|
||||
https://github.com/scheduler-tools/rt-app
|
||||
|
||||
""" % PACKAGED_USE_CASE_DIRECTORY
|
||||
"""
|
||||
|
||||
parameters = [
|
||||
Parameter('config', kind=str, default='taskset',
|
||||
|
Loading…
x
Reference in New Issue
Block a user