Fixed Assembly instructions markdown formatting.
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 37 KiB |
@@ -110,7 +110,7 @@ class GenAssemblyIndex(object):
|
||||
f.write("# Snappy RepRap Assembly Instructions\n\n")
|
||||
|
||||
for mod_eng in self.modules:
|
||||
f.write('##%s\n\n' % mod_eng)
|
||||
f.write('## %s\n\n' % mod_eng)
|
||||
|
||||
stepcnt = len(self.modinfo[mod_eng])
|
||||
for stepinfo in self.modinfo[mod_eng]:
|
||||
|
||||