Skip to content

Commit

Permalink
tidying up for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Nov 24, 2023
1 parent dc21950 commit ea5b537
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 41 deletions.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,13 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv"]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
".venv",
"notebooks*",
]

# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = None
Expand Down
18 changes: 0 additions & 18 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,6 @@
Table of Contents
=================

.. toctree::
:maxdepth: 2

Installation <install>
Quick Reference <quick>
manual/index
Developers' Reference <reference>
Contributions & Help <contributing>
License <license>
Authors <authors>
Changelog <changelog>
.. Module Reference <api/modules>
This is the documentation of **DiMCAT**, the **Di**gital **M**usicology **C**orpus **A**nalysis **T**oolkit.
Contents
========

.. toctree::
:maxdepth: 3

Expand Down
2 changes: 0 additions & 2 deletions docs/readme.rst

This file was deleted.

16 changes: 1 addition & 15 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
colorlover==0.3.0
dimcat[dev]==0.3.0
ipython==8.11.0
jupytext==1.15.2
kaleido==0.2.1
matplotlib==3.7.1
ms3==1.2.4
nbformat==5.7.3
numpy==1.24.2
pandas==1.5.3
plotly==5.13.1
pydata-sphinx-theme
pytest==7.1.3
pytest-cov==4.0.0
sphinx==5.3.0
dimcat[dev]==1.0.0
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@ python_requires = >=3.10
# new major versions. This works if the required packages follow Semantic Versioning.
# For more information, check out https://semver.org/.
install_requires =
frictionless[zenodo,pandas,visidata]~=5
pandas>=2.0.0
frictionless[zenodo,pandas,visidata]~=5.16.0
kaleido~=0.2.1
marshmallow>=3.20.1
ms3>=2.4.0
ms3>=2.4.1
music21>=9.1.0
pandas>=2.0.0
plotly>=5.18.0
scipy~=1.11.3
seaborn>=0.13.0
setuptools~=68.2.0
setuptools~=69.0.2

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
minversion = 4.4.5
isolated_build = True
# Matrix of test used to test
env_list = py{311,310}-pd{1.5,2}
env_list = py{311,310},lint,commit,docs,doctests,linkcheck,build,clean
requires =
tox>=4

Expand Down

0 comments on commit ea5b537

Please sign in to comment.