From 4a2c831869fa03315e215f431d4900f4d6f886d0 Mon Sep 17 00:00:00 2001 From: Shaowu Pan Date: Tue, 26 Mar 2024 20:12:09 -0400 Subject: [PATCH] Update README.rst fix rst issues --- README.rst | 60 ++++++++++++++++-------------------------------------- 1 file changed, 18 insertions(+), 42 deletions(-) diff --git a/README.rst b/README.rst index c5c5067..cd80d53 100644 --- a/README.rst +++ b/README.rst @@ -79,65 +79,41 @@ Features implemented Examples ^^^^^^^^ -1. `Learning how to create observables `__ +1. `Learning how to create observables `__ -2. `Learning how to compute time derivatives `__ +2. `Learning how to compute time derivatives `__ -3. `Dynamic mode decomposition on two mixed spatial signals `__ +3. `Dynamic mode decomposition on two mixed spatial signals `__ -4. `Dynamic mode decomposition with control on a 2D linear system `__ +4. `Dynamic mode decomposition with control on a 2D linear system `__ -5. `Dynamic mode decomposition with control (DMDc) for a 128D system `__ +5. `Dynamic mode decomposition with control (DMDc) for a 128D system `__ -6. `Dynamic mode decomposition with control on a high-dimensional linear system -`__ +6. `Dynamic mode decomposition with control on a high-dimensional linear system `__ -7. `Successful examples of using Dynamic mode decomposition on PDE system -`__ +7. `Successful examples of using Dynamic mode decomposition on PDE system `__ -8. `Unsuccessful examples of using Dynamic mode decomposition on PDE system `__ +8. `Unsuccessful examples of using Dynamic mode decomposition on PDE system `__ -9. `Extended DMD for Van Der Pol System `__ +9. `Extended DMD for Van Der Pol System `__ -10. `Learning Koopman eigenfunctions on Slow manifold `__ +10. `Learning Koopman eigenfunctions on Slow manifold `__ -11. `Comparing DMD and KDMD for Slow manifold dynamics `__ +11. `Comparing DMD and KDMD for Slow manifold dynamics `__ -12. `Extended DMD with control for chaotic duffing oscillator `__ +12. `Extended DMD with control for chaotic duffing oscillator `__ -13. `Extended DMD with control for Van der Pol oscillator `__ +13. `Extended DMD with control for Van der Pol oscillator `__ -14. `Hankel Alternative View of Koopman Operator for Lorenz System `__ +14. `Hankel Alternative View of Koopman Operator for Lorenz System `__ -15. `Hankel DMD with control for Van der Pol Oscillator `__ +15. `Hankel DMD with control for Van der Pol Oscillator `__ -16. `Neural Network DMD on Slow Manifold `__ +16. `Neural Network DMD on Slow Manifold `__ -17. `EDMD and NNDMD for a simple linear system `__ +17. `EDMD and NNDMD for a simple linear system `__ -18. `Sparisfying a minimal Koopman invariant subspace from EDMD for a simple linear -system `__ +18. `Sparisfying a minimal Koopman invariant subspace from EDMD for a simple linear system `__ Installation -------------