From 1e7fba9d2890258ef1d00cd08b72f8ad197ec052 Mon Sep 17 00:00:00 2001 From: Angeline Aguinaldo Date: Tue, 23 Jan 2024 20:21:52 -0500 Subject: [PATCH] Add authors section to docs page --- docs/src/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index aac8888..2bbe853 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -174,4 +174,8 @@ This executes the rewrite process using using the defined rule and match. ```julia result = rewrite_match(rule, match) -``` \ No newline at end of file +``` + +# Authors + +This documentation is maintained by [Angeline Aguinaldo](https://angelineaguinaldo.com/) and [Kristopher Brown](https://www.krisb.org/). \ No newline at end of file