chg: Changed documentation markdown file name

pull/233/head
chrisr3d 2018-09-13 18:23:12 +02:00
parent b9fe46ef01
commit ba2b2652a9
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ for _path, title in zip(module_types, titles):
value = ', '.join(value) if isinstance(value, list) else '{}'.format(value.replace('\n', '\n>')) value = ', '.join(value) if isinstance(value, list) else '{}'.format(value.replace('\n', '\n>'))
markdown.append('- **{}**:\n>{}\n'.format(field, value)) markdown.append('- **{}**:\n>{}\n'.format(field, value))
markdown.append('\n-----\n') markdown.append('\n-----\n')
with open('markdown.md', 'w') as w: with open('documentation.md', 'w') as w:
w.write(''.join(markdown)) w.write(''.join(markdown))