From c289edd91d42592a14d973739af2593cdc69a100 Mon Sep 17 00:00:00 2001 From: Chaoming Wang Date: Sat, 14 Dec 2024 16:05:17 +0800 Subject: [PATCH] update readme --- README.md | 16 ---------------- docs/index.rst | 9 --------- 2 files changed, 25 deletions(-) diff --git a/README.md b/README.md index 5e2d8fa1..627488f0 100644 --- a/README.md +++ b/README.md @@ -22,21 +22,6 @@ BrainPy is a flexible, efficient, and extensible framework for computational neu - **Source on OpenI**: https://git.openi.org.cn/OpenI/BrainPy ---- -**NOTE** - -Starting from our experimental BrainPy package, a better and mature ecosystem for brain dynamics programming is emerging. -Please see the [Brain Dynamics Programming Ecosystem](https://ecosystem-for-brain-dynamics.readthedocs.io/) for more details. - - -If you are heavily using BrainPy, please consider using [brainstate](https://brainstate.readthedocs.io) for a more stable, efficient, concise, and powerful experience. - - -[brainstate](https://github.com/chaobrain/brainstate) is and will be active maintained and developed by our team. We highly recommend transferring your code to [brainstate](https://brainstate.readthedocs.io) for a better performance. - ---- - - ## Installation @@ -70,7 +55,6 @@ We provide a Binder environment for BrainPy. You can use the following button to ## Ecosystem -- **[Brain Dynamics Programming Ecosystem](https://ecosystem-for-brain-dynamics.readthedocs.io/)**: An emerging and mature ecosystem for brain dynamics programming. - **[BrainPy](https://github.com/brainpy/BrainPy)**: The solution for the general-purpose brain dynamics programming. - **[brainpy-examples](https://github.com/brainpy/examples)**: Comprehensive examples of BrainPy computation. - **[brainpy-datasets](https://github.com/brainpy/datasets)**: Neuromorphic and Cognitive Datasets for Brain Dynamics Modeling. diff --git a/docs/index.rst b/docs/index.rst index 43ad0b9b..1ce37e33 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -104,15 +104,6 @@ Learn more APIs may be changed over time. Please always keeps in mind what BrainPy version you are using. -.. note:: - Starting from our experimental BrainPy package, a better and mature ecosystem for brain dynamics programming is emerging. - Please see the `Brain Dynamics Programming Ecosystem `_ for more details. - - If you are heavily using BrainPy, please consider using `brainstate `_ for a more stable, efficient, concise, and powerful experience. - - `brainstate `_ is and will be active maintained and developed by our team. - We highly recommend transferring your code to brainstate for a better performance. - ----