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: