Skip to content

Commit 2f4cf6f

Browse files
committed
added compiled docs files and updated logo
1 parent ad61288 commit 2f4cf6f

File tree

110 files changed

+51952
-2303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+51952
-2303
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.pyc
33
*.DS_Store
44
!*.gitkeep
5+
clustrix.egg-info

clustrix.egg-info/PKG-INFO

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.8
1515
Classifier: Programming Language :: Python :: 3.9
1616
Classifier: Programming Language :: Python :: 3.10
1717
Classifier: Programming Language :: Python :: 3.11
18+
Classifier: Programming Language :: Python :: 3.12
1819
Classifier: Topic :: Scientific/Engineering
1920
Classifier: Topic :: Software Development :: Libraries :: Python Modules
2021
Classifier: Topic :: System :: Distributed Computing
@@ -42,7 +43,7 @@ Requires-Dist: pytest-xdist>=2.0; extra == "test"
4243
Requires-Dist: pytest-mock>=3.0; extra == "test"
4344
Provides-Extra: docs
4445
Requires-Dist: sphinx>=4.0; extra == "docs"
45-
Requires-Dist: groundwork-sphinx-theme>=1.1.1; extra == "docs"
46+
Requires-Dist: sphinx-wagtail-theme>=6.0.0; extra == "docs"
4647
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "docs"
4748
Requires-Dist: nbsphinx>=0.8; extra == "docs"
4849
Requires-Dist: jupyter>=1.0; extra == "docs"
@@ -55,7 +56,7 @@ Requires-Dist: black>=21.0; extra == "all"
5556
Requires-Dist: flake8>=3.8; extra == "all"
5657
Requires-Dist: mypy>=0.812; extra == "all"
5758
Requires-Dist: sphinx>=4.0; extra == "all"
58-
Requires-Dist: groundwork-sphinx-theme>=1.1.1; extra == "all"
59+
Requires-Dist: sphinx-wagtail-theme>=6.0.0; extra == "all"
5960
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "all"
6061
Requires-Dist: nbsphinx>=0.8; extra == "all"
6162
Requires-Dist: jupyter>=1.0; extra == "all"
@@ -64,7 +65,8 @@ Requires-Dist: ipython>=7.0; extra == "all"
6465
# Clustrix
6566

6667
[![Tests](https://github.com/ContextLab/clustrix/actions/workflows/tests.yml/badge.svg)](https://github.com/ContextLab/clustrix/actions/workflows/tests.yml)
67-
[![Coverage](https://raw.githubusercontent.com/ContextLab/clustrix/master/coverage.svg)](https://github.com/ContextLab/clustrix/actions/workflows/coverage-badge.yml)
68+
[![PyPI version](https://badge.fury.io/py/clustrix.svg)](https://badge.fury.io/py/clustrix)
69+
[![Documentation](https://readthedocs.org/projects/clustrix/badge/?version=latest)](https://clustrix.readthedocs.io/en/latest/?badge=latest)
6870
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
6971
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7072

clustrix.egg-info/requires.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ black>=21.0
1212
flake8>=3.8
1313
mypy>=0.812
1414
sphinx>=4.0
15-
groundwork-sphinx-theme>=1.1.1
15+
sphinx-wagtail-theme>=6.0.0
1616
sphinx-autodoc-typehints>=1.12
1717
nbsphinx>=0.8
1818
jupyter>=1.0
@@ -27,7 +27,7 @@ mypy>=0.812
2727

2828
[docs]
2929
sphinx>=4.0
30-
groundwork-sphinx-theme>=1.1.1
30+
sphinx-wagtail-theme>=6.0.0
3131
sphinx-autodoc-typehints>=1.12
3232
nbsphinx>=0.8
3333
jupyter>=1.0
1.24 KB
Binary file not shown.
102 KB
Binary file not shown.

docs/build/doctrees/index.doctree

661 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)