diff --git a/docs/about.rst b/docs/about.rst new file mode 100644 index 000000000..cdf305104 --- /dev/null +++ b/docs/about.rst @@ -0,0 +1,52 @@ +.. _about: + +About UltraPlot +================= + +History +------- + +UltraPlot began in 2025 as a fork of `ProPlot `__, +an excellent plotting package created by Luke Davis. Building upon ProPlot's solid foundation, +UltraPlot was developed to extend its capabilities with new features focused on advanced +statistical visualization, enhanced interactive elements, and improved integration with +modern data science workflows. + +ProPlot Legacy +------------- + +UltraPlot stands on the shoulders of ProPlot, which was developed by Luke Davis starting in 2021. +As a PhD candidate at Colorado State University's Department of Atmospheric Science, Luke +created ProPlot to address the challenges of repetitive and cumbersome plotting code in +scientific research. ProPlot itself evolved from Luke's earlier MATLAB plotting utilities. + +Riley Brady, an early ProPlot user, made significant contributions to the original project, +helping with automatic testing, PyPi deployment, and improving the new user experience. + +The UltraPlot team is grateful to all ProPlot contributors who laid the groundwork for +this next generation of scientific visualization tools. + +Proplot's Original Contributors +------------------------------- + +* `Luke Davis`_ (Original ProPlot creator) +* `Riley Brady`_ +* `Mark Harfouche`_ +* `Stephane Raynaud`_ +* `Mickaël Lalande`_ +* `Pratiman Patel`_ +* `Zachary Moon`_ + +.. _Luke Davis: https://github.com/lukelbd + +.. _Riley Brady: https://github.com/bradyrx + +.. _Mark Harfouche: https://github.com/hmaarrfk + +.. _Stephane Raynaud: https://github.com/stefraynaud + +.. _Pratiman Patel: https://github.com/pratiman-91 + +.. _Mickaël Lalande: https://github.com/mickaellalande + +.. _Zachary Moon: https://github.com/zmoon diff --git a/docs/authors.rst b/docs/authors.rst deleted file mode 100644 index c64e06666..000000000 --- a/docs/authors.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. _authors: - -About the authors -================= - -Creator -------- - -* `Luke Davis`_ - -Contributors ------------- - -* `Luke Davis`_ -* `Riley Brady`_ -* `Mark Harfouche`_ -* `Stephane Raynaud`_ -* `Mickaël Lalande`_ -* `Pratiman Patel`_ -* `Zachary Moon`_ - -Bios ----- - -`Luke Davis`_ is the project creator and primary contributor as of 2021. -He is a PhD candidate at Colorado State University's -`Department of Atmospheric Science `__ -who has always been frustrated by repetitive and cumbersome -plotting code. As an undergraduate, he developed a set of -`MATLAB plotting utilities `__ for personal use. -When he switched to python in graduate school, he replicated most of these utilities in -python, learned more about the language, began to rapidly develop them, and decided to -share them with the rest of the scientific community. Luke is also working on a project -called `climopy `__, a companion to -`metpy `__ for carrying out data analysis tasks -related to climate science, and has authored a number of -`vim plugins `__ -as an avid vim user. - -`Riley Brady`_ is the next-biggest contributor. He helped Luke set up automatic -testing, deploy this project to PyPi, and improve new user experience. He is -also UltraPlot's earliest user and helped fix `lots of early bugs -`__. - -.. _Luke Davis: https://github.com/lukelbd - -.. _Riley Brady: https://github.com/bradyrx - -.. _Mark Harfouche: https://github.com/hmaarrfk - -.. _Stephane Raynaud: https://github.com/stefraynaud - -.. _Pratiman Patel: https://github.com/pratiman-91 - -.. _Mickaël Lalande: https://github.com/mickaellalande - -.. _Zachary Moon: https://github.com/zmoon diff --git a/docs/index.rst b/docs/index.rst index 0926e1cff..cb20460df 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -151,4 +151,4 @@ For more details, check the full :doc:`User guide ` and :doc:`API Referen external-links whats_new contributing - authors + about