From 04eaeada7049fead92f411c1b8d2c83fe1b5cc91 Mon Sep 17 00:00:00 2001 From: Greg Caporaso <192372+gregcaporaso@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:51:45 -0700 Subject: [PATCH] move author citation (#24) --- book/_config.yml | 2 +- book/intro.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index 5eeab3b0..e461464f 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,5 +1,5 @@ title: Developing with QIIME 2 -author: Caporaso Lab +author: Greg Caporaso and Evan Bolyen copyright: "2024" exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"] diff --git a/book/intro.md b/book/intro.md index 9e47521b..a38d5b46 100644 --- a/book/intro.md +++ b/book/intro.md @@ -45,6 +45,5 @@ For example, if you are interested in creating plugins, then the only section yo Other topics, such as **Framework Internals** and **CI Internals**, are advanced topics that are mostly useful for the QIIME 2 Development Team itself. ## Contributing -*Developing with QIIME 2* is a book being authored by [Greg Caporaso](https://github.com/gregcaporaso) and [Evan Bolyen](https://github.com/ebolyen). -To get information on contributing, see [](contributing-to-dwq2). +To get information on contributing to *Developing with QIIME 2*, see [](contributing-to-dwq2).