Skip to content

Commit e600d57

Browse files
committed
Added missing mark
1 parent b566b22 commit e600d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/resource_sched_profiler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ The pandas_ Python package is required to use this feature.
151151
generate_gantt_chart('/home/user/run_stats.log', cores=8)
152152
# ...creates gantt chart in '/home/user/run_stats.log.html'
153153

154-
The `generate_gantt_chart`` function will create an html file that can be viewed
154+
The ``generate_gantt_chart`` function will create an html file that can be viewed
155155
in a browser. Below is an example of the gantt chart displayed in a web browser.
156156
Note that when the cursor is hovered over any particular node bubble or resource
157157
bubble, some additional information is shown in a pop-up.
158158

159159
* - .. image:: images/gantt_chart.png
160-
:width: 100 %
160+
:width: 100 %

0 commit comments

Comments
 (0)