diff --git a/libc/docs/dev/implementing_a_function.rst b/libc/docs/dev/implementing_a_function.rst index a5bca9e980ef..5e5871fc610d 100644 --- a/libc/docs/dev/implementing_a_function.rst +++ b/libc/docs/dev/implementing_a_function.rst @@ -6,10 +6,6 @@ Implementing a New Function This guide provides a step-by-step walkthrough for adding a new function to LLVM-libc. -.. contents:: Table of Contents - :depth: 2 - :local: - Overview ========