From 2e6ce1e4e16c690a14d9ff19f0aa4583f25fe67d Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Fri, 23 Aug 2019 13:10:59 +0100 Subject: [PATCH] More documentation build fixes --- CHANGELOG.rst | 5 ++--- README.rst | 4 ++-- examples/AN00246_xua_example/README.rst | 2 +- lib_xua/doc/.gitignore | 2 ++ lib_xua/doc/rst/index.rst | 1 + 5 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 lib_xua/doc/.gitignore diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57f1308d..3af62fe4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -61,9 +61,8 @@ lib_xua Change Log sc_usb_audio 6.14) * RESOLVED: Improvements made to clock sync code in TDM slave mode - Legacy release history ----------------------- +====================== (Note: Forked from sc_usb_audio at this point) @@ -340,7 +339,7 @@ Legacy release history Legacy release history ----------------------- +====================== Please see changelog in sw_usb_audio for changes prior to 6.8.0 release. diff --git a/README.rst b/README.rst index 9c0d4a97..b6dcab47 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ USB Audio Shared Components. For use in the XMOS USB Audio Refererence Designs. Required software (dependencies) -................................ +-------------------------------- * lib_logging * lib_xud @@ -13,6 +13,6 @@ Required software (dependencies) Checking dependent libs Software version and dependencies -................................. +--------------------------------- .. libdeps:: diff --git a/examples/AN00246_xua_example/README.rst b/examples/AN00246_xua_example/README.rst index 125adb13..96dd864a 100644 --- a/examples/AN00246_xua_example/README.rst +++ b/examples/AN00246_xua_example/README.rst @@ -2,7 +2,7 @@ How to use the lib_xua_library =============================== -.. version:: 0.1.0 +.. version:: 0.1.3 Summary ------- diff --git a/lib_xua/doc/.gitignore b/lib_xua/doc/.gitignore new file mode 100644 index 00000000..9ac96638 --- /dev/null +++ b/lib_xua/doc/.gitignore @@ -0,0 +1,2 @@ +rst/_build +pdf diff --git a/lib_xua/doc/rst/index.rst b/lib_xua/doc/rst/index.rst index 3e66a00e..7d8bd587 100644 --- a/lib_xua/doc/rst/index.rst +++ b/lib_xua/doc/rst/index.rst @@ -2,6 +2,7 @@ .. include:: ../../../README.rst +============== XMOS USB Audio ==============