Skip to content

Commit 85094e8

Browse files
committed
Add a little documentation to web.py
1 parent 1a60e34 commit 85094e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gridmap/web.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444

4545

4646
class WebMonitor(object):
47+
'''
48+
A web front-end for the JobMonitor class.
49+
'''
50+
4751
@cherrypy.expose
4852
def index(self):
4953
return '''

0 commit comments

Comments
 (0)