Repository for the https://nilrt-docs.ni.com documentation pages for NI Linux Real-Time.
This project contains community sourced documentation for the NI Linux Real-Time Operating System. This documentation is hosted at https://nilrt-docs.ni.com.
This documentation is built using Sphinx. To build:
- Install Sphinx using whichever method you prefer from the official Sphinx documentation.. Ensure that the version of Sphinx is greater than or equal to v3.0.
- Clone this repo.
git clone https://github.com/ni/nilrt-docs cd nilrt-docs
- Run the following commands.
cd docs/ make html
- Navigate to the built html tree at
docs/build/html
To learn about NI Linux Real-Time, visit the NI Linux Real-Time Portal.