| ... |
... |
@@ -1,4 +1,4 @@ |
| 1 |
|
-Developers can extend the Collaboratory capabilities by providing applications to its community of users. |
|
1 |
+Developers can extend the (% class="text-uppercase" %)Collaboratory(%%) capabilities by providing applications to its community of users. |
| 2 |
2 |
|
| 3 |
3 |
This guide describes the steps to make this possible. |
| 4 |
4 |
|
| ... |
... |
@@ -42,7 +42,7 @@ |
| 42 |
42 |
|
| 43 |
43 |
This can be achieved with this sample shell script: |
| 44 |
44 |
|
| 45 |
|
-{{code language="bash"}} |
|
45 |
+{{code language="bash" title="myscript.py"}} |
| 46 |
46 |
# Gather username and password from user |
| 47 |
47 |
echo '\nEnter your username' && read clb_dev_username && |
| 48 |
48 |
echo '\nEnter your password' && read -s clb_dev_pwd && |