We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b566b22 commit e600d57Copy full SHA for e600d57
doc/users/resource_sched_profiler.rst
@@ -151,10 +151,10 @@ The pandas_ Python package is required to use this feature.
151
generate_gantt_chart('/home/user/run_stats.log', cores=8)
152
# ...creates gantt chart in '/home/user/run_stats.log.html'
153
154
-The `generate_gantt_chart`` function will create an html file that can be viewed
+The ``generate_gantt_chart`` function will create an html file that can be viewed
155
in a browser. Below is an example of the gantt chart displayed in a web browser.
156
Note that when the cursor is hovered over any particular node bubble or resource
157
bubble, some additional information is shown in a pop-up.
158
159
* - .. image:: images/gantt_chart.png
160
- :width: 100 %
+ :width: 100 %
0 commit comments