Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ICARTT Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
ICARTT Python Package
Merge requests
!19
pre-commit and requirements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pre-commit and requirements
FObersteiner/icartt-dev:master
into
master
Overview
0
Commits
5
Pipelines
2
Changes
12
Merged
Florian Obersteiner
requested to merge
FObersteiner/icartt-dev:master
into
master
3 years ago
Overview
0
Commits
5
Pipelines
2
Changes
12
Expand
added a pre-commit git-hook configuration
lowered requirement for numpy. 1.12 is the 2017 version, which I choose arbitrarily, could potentially be higher, just the latest version is not supported yet e.g. by numba.
could close
#1 (closed)
Edited
3 years ago
by
Florian Obersteiner
0
0
Merge request reports
Compare
master
version 1
6fd97ffb
3 years ago
master (base)
and
latest version
latest version
3a96ab2b
5 commits,
3 years ago
version 1
6fd97ffb
4 commits,
3 years ago
12 files
+
3094
−
3076
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
docs/conf.py
+
8
−
8
Options
@@ -17,12 +17,12 @@
# -- Project information -----------------------------------------------------
project
=
'
ICARTT
'
copyright
=
'
2022, Christoph Knote
'
author
=
'
Christoph Knote
'
project
=
"
ICARTT
"
copyright
=
"
2022, Christoph Knote
"
author
=
"
Christoph Knote
"
# The full version, including alpha/beta/rc tags
release
=
'
2.0
'
release
=
"
2.0
"
# -- General configuration ---------------------------------------------------
@@ -30,10 +30,10 @@ release = '2.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
enum_tools.autoenum
'
]
extensions
=
[
"
sphinx.ext.autodoc
"
,
"
enum_tools.autoenum
"
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'
_templates
'
]
templates_path
=
[
"
_templates
"
]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -46,9 +46,9 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
classic
'
html_theme
=
"
classic
"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[]
\ No newline at end of file
html_static_path
=
[]
Loading