From 79bca5f1fc8751da224b9318b49bf1d8eb2b1197 Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Fri, 6 Mar 2020 13:22:58 -0800 Subject: [PATCH] Fix documentation filenames so they can be properly displayed. PiperOrigin-RevId: 299422855 --- README.md | 2 +- tutorials/walkthrough/{walkthrough.md => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tutorials/walkthrough/{walkthrough.md => README.md} (100%) diff --git a/README.md b/README.md index 1c8b009..b2b5f37 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ GitHub pull requests. To speed the code review process, we ask that: ## Tutorials directory To help you get started with the functionalities provided by this library, we -provide a detailed walkthrough [here](tutorials/walkthrough/walkthrough.md) that +provide a detailed walkthrough [here](tutorials/walkthrough/README.md) that will teach you how to wrap existing optimizers (e.g., SGD, Adam, ...) into their differentially private counterparts using TensorFlow (TF) Privacy. You will also learn how to tune the parameters diff --git a/tutorials/walkthrough/walkthrough.md b/tutorials/walkthrough/README.md similarity index 100% rename from tutorials/walkthrough/walkthrough.md rename to tutorials/walkthrough/README.md