From ee9d398ebfc7c67205a8d5c91834ae4882d0dc9b Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 10 Apr 2024 13:38:50 -0700 Subject: Delete out of date docs (#3926) --- docs/design/autodiff.md | 2 +- docs/design/capabilities.md | 2 +- docs/design/decl-refs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/design') diff --git a/docs/design/autodiff.md b/docs/design/autodiff.md index debeb730c..29d7c82c7 100644 --- a/docs/design/autodiff.md +++ b/docs/design/autodiff.md @@ -1,4 +1,4 @@ -Reverse Mode Autodiff +Reverse Mode Autodiff (Out of Date) ================================== diff --git a/docs/design/capabilities.md b/docs/design/capabilities.md index fe582bd99..89fef3091 100644 --- a/docs/design/capabilities.md +++ b/docs/design/capabilities.md @@ -1,4 +1,4 @@ -Capabilities +Capabilities (Out of Date) ============ Slang aims to be a portable language for shader programming, which introduces two complementary problems: diff --git a/docs/design/decl-refs.md b/docs/design/decl-refs.md index 3a84cfdcf..8e863aa8c 100644 --- a/docs/design/decl-refs.md +++ b/docs/design/decl-refs.md @@ -1,4 +1,4 @@ -Understanding Declaration References +Understanding Declaration References (Out of Date) ==================================== This document is intended as a reference for developers working on the Slang compiler implementation. -- cgit v1.2.3