We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d759b commit 668bf65Copy full SHA for 668bf65
docs/source/conf.py
@@ -109,6 +109,7 @@
109
# List of patterns, relative to source directory, that match files and
110
# directories to ignore when looking for source files.
111
# exclude_patterns = ['doc.rst']
112
+exclude_patterns = ["tutorials/cli/*.ipynb"]
113
# ~ exclude_patterns = ['index.rst']
114
115
# If true, sectionauthor and moduleauthor directives will be shown in the
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "janus-core"
3
-version = "0.7.6"
+version = "0.7.5"
4
description = "Tools for machine learnt interatomic potentials"
5
authors = [
6
{ name = "Elliott Kasoar" },
0 commit comments