Converting from Microsoft WordΒΆ

To convert a .docx file from Microsoft Word to reStructuredText:

  1. Download or git clone the f5-agility-lab-template

  2. Copy your .docx file into the f5-agility-lab-template directory

  3. Run the below command at the the command line.

    bash$: `./containthedocs-convert.sh <filename.docx>`

  4. Your converted file will be named filename.rst

  5. Images in your document will be extracted and placed in the media directory

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.