From 8fa41a5f22ac327cd9c9a7e9fd4755904f7b443f Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 13 Sep 2023 05:44:52 +0300 Subject: [PATCH] Add content for functions/overview Add actual content to the skeleton of the `functions/overview` section. Signed-off-by: Eggert Karl Hafsteinsson Signed-off-by: Teodor Dutu Signed-off-by: Razvan Deaconescu --- chapters/functions/overview/reading/README.md | 13 ------------- chapters/functions/overview/reading/read.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 chapters/functions/overview/reading/README.md create mode 100644 chapters/functions/overview/reading/read.md diff --git a/chapters/functions/overview/reading/README.md b/chapters/functions/overview/reading/README.md deleted file mode 100644 index 3e388bd..0000000 --- a/chapters/functions/overview/reading/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Functions of Functions to Miscellanea - -1. [Functions of functions and the exponential function](./functions-of-functions.exponential.md) -1. [Inverse functions and the logarithm](./inverse-functions-logarithm.md) -1. [Continuity and limits](./continuity-limits.md) -1. [Sequences and series](./sequences-series.md) -1. [Slopes of lines and curves](./slopes-lines-curves.md) -1. [Derivatives](./derivatives.md) -1. [Applications of differentiation](./applications-differentiation.md) -1. [Integrals and probability density functions](./integrals-prob-density-funcs.md) -1. [Principles of programming](./programming-principles.md) -1. [The Central Limit Theorem and related topics](./central-limit-theorem.md) -1. [Miscellanea](./miscellanea.md) diff --git a/chapters/functions/overview/reading/read.md b/chapters/functions/overview/reading/read.md new file mode 100644 index 0000000..50ae36c --- /dev/null +++ b/chapters/functions/overview/reading/read.md @@ -0,0 +1,13 @@ +# Functions of Functions to Miscellanea + +1. [Functions of Functions and the Exponential Function](../../functions-of-functions.exponential/reading/read.md) +1. [Inverse Functions and the Logarithm](../../inverse-functions-logarithm/reading/read.md) +1. [Continuity and Limits](../../continuity-limits/reading/read.md) +1. [Sequences and Series](../../sequences-series/reading/read.md) +1. [Slopes of Lines and Curves](../../slopes-lines-curves/reading/read.md) +1. [Derivatives](../../derivatives/reading/read.md) +1. [Applications of Differentiation](../../applications-differentiation/reading/read.md) +1. [Integrals and Probability Density Functions](../../integrals-prob-density-funcs/reading/read.md) +1. [Principles of Programming](../../programming-principles/reading/read.md) +1. [The Central Limit Theorem and Related Topics](../../central-limit-theorem/reading/read.md) +1. [Miscellanea](../../miscellanea/reading/read.md)