An open API service indexing awesome lists of open source software.

https://github.com/ericsson/dataplanebook

A book on data plane software design
https://github.com/ericsson/dataplanebook

Last synced: 8 months ago
JSON representation

A book on data plane software design

Awesome Lists containing this project

README

          

# 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](https://www.sphinx-doc.org/) 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.