From ade5e89ea9b9b0b2a92c4b4549674c28891a1fb5 Mon Sep 17 00:00:00 2001 From: gesellkammer Date: Fri, 26 Apr 2024 09:17:48 +0200 Subject: [PATCH] docs --- docs/index.rst | 7 ++++++- test/test2.py | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e57be17..cbb26ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,9 +15,14 @@ The source code of this package lives in https://github.com/gesellkammer/csounde .. image:: assets/jupyter-session-1.png :alt: Jupyter Session 1 +---------------------------- + + +Contents +-------- + .. toctree:: :maxdepth: 2 - :caption: Contents: Introduction Installation diff --git a/test/test2.py b/test/test2.py index 604bbcb..83b99b8 100644 --- a/test/test2.py +++ b/test/test2.py @@ -6,6 +6,7 @@ print("--------------- test2 -----------------", sys.argv) + # Test that all dependencies needed are there ok = dependencies.checkDependencies(force=True, fix=True) if not ok: