Converting from Microsoft WordΒΆ
To convert a .docx file from Microsoft Word to reStructuredText:
Download or
git clonethe f5-agility-lab-templateCopy your
.docxfile into the f5-agility-lab-template directoryRun the below command at the the command line.
bash$: `./containthedocs-convert.sh <filename.docx>`
Your converted file will be named
filename.rstImages in your document will be extracted and placed in the
mediadirectory
Warning
While the document has been converted to rST format you will still need to refactor the rST to use the structure implemented in this template.