Skip to content

Commit 6c67b08

Browse files
mirabilosmirabilos
authored andcommitted
cosmetics
1 parent 6aa0395 commit 6c67b08

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

scripts/generate-download.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,16 @@ def file_links(release):
125125
126126
<pre>$ sudo apt-get install libjs-dygraphs
127127
# dygraphs is now in /usr/share/javascript/dygraphs/dygraph.{css,js}
128-
# To access the documentation locally, run:
129-
# $ cd /usr/share/doc/libjs-dygraphs/site &amp;&amp; python3 -m http.server
128+
129+
# To access the documentation locally, run in a terminal:
130+
$ cd /usr/share/doc/libjs-dygraphs/site &amp;&amp; python3 -m http.server
130131
# Navigate to http://127.0.0.1:8000/ while this is running.
131-
#
132+
132133
# When a webserver is running, do:
133134
$ sudo apt-get install javascript-common
134135
$ sudo a2enconf javascript-common.conf &amp;&amp; sudo service apache2 reload
135-
# dygraphs is now also available at /javascript/dygraphs/dygraph.{css,js}</pre>
136+
# dygraphs is now also available at /javascript/dygraphs/dygraph.{css,js}
137+
# so it can be used from webpages served by the system in question</pre>
136138
137139
</fieldset>
138140
@@ -155,7 +157,8 @@ def file_links(release):
155157
<p>This will create a <tt>dygraph.min.css</tt> and a <tt>dygraph.min.js</tt>
156158
file in the <code>dist</code> directory.</p>
157159
158-
<p>Building and testing the full distribution is slightly more intricate.</p>
160+
<p class="nomarginbottom">Building and testing the full distribution
161+
is slightly more intricate.</p>
159162
160163
</fieldset>
161164

0 commit comments

Comments
 (0)