Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 767 Bytes

Data Plane Software Design

This Git repository holds the source text of the Data Plane Software Design book.

Available at this time is the basic structure, and a limited amount of actual content.

Source Format

The book uses the Sphinx toolkit. The source format is reStructuredText (RST).

Online Version

An online version of the book can be found at: https://ericsson.github.io/dataplanebook/

Dependencies

The author is using Sphinx v1.8.5, but it may well be the case other versions work as well.

Please refer to the Sphinx documentation for dependencies Sphinx may have in turn (e.g., LaTeX for PDF generation).

Build

Run make html to generate the book in HTML format.

Run make help for other options.