QuickFIX-doc parses QuickFIX data dictionary .xml files into descriptive reStructuredText files using RstCloth, and then runs them through the Sphinx documentation generation library for Python.
quickfixdoc PATH/TO/DD.xml PATH/TO/OUTPUT/DIRECTORY [BUILDER (default: html)]
Example:
> quickfixdoc ~/Documents/quickfix/spec/FIX44.xml ./FIX_44_Spec/
QuickFIXdoc
Generating documents for ~/Documents/quickfix/spec/FIX44.xml into ./FIX_44_Spec/
Running: /usr/local/opt/python/bin/python3.7 -m sphinx.cmd.build -M html ./FIX_44_Spec/ ./FIX_44_Spec/
Running Sphinx v1.8.1
making output directory...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 96 source files that are out of date
updating environment: 96 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index
generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded.
The HTML pages are in FIX_44_Spec/html.
- Ensure Python is installed on your machine - see here
- Run
pip install https://github.com/connamara/QuickFIX-doc/archive/master.zip
in a shell
- Ensure Docker is installed on your machine
- Execute
./acceptance.sh
- Detailed reports will be available for each vanilla FIX spec under
./acceptance/FIX*
- Each subdirectory includes Robot Framework report files
log.html
,report.html
, andoutput.xml
Writing specs for FIX sucks. QuickFIX-doc helps you "save time and look good" by taking care of the specification generation for you.
All you need is a valid QuickFIX data dictionary. No need for any custom word documents, no chance for human error, just run and view your nice beautiful spec.
Please see the contribution guidelines
Contributers:
QuickFIX-doc is maintained and funded by Connamara Systems, llc.
The names and logos for Connamara Systems are trademarks of Connamara Systems, llc.
QuickFIX-doc is Copyright © 2020 Connamara Systems, llc.
This software is available under the GPL and a commercial license. Please see the LICENSE file for the terms specified by the GPL license. The commercial license offers more flexible licensing terms compared to the GPL, and includes support services. Contact us for more information on the Connamara commercial license, what it enables, and how you can start commercial development with it.
This product includes software developed by quickfixengine.org (http://www.quickfixengine.org/). Please see the QuickFIX Software LICENSE for the terms specified by the QuickFIX Software License.