Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Daniel Boeckenhoff
tfields
Commits
7601f4b9
Commit
7601f4b9
authored
Jul 17, 2020
by
dboe
Browse files
missing file and merged docs Make
parent
6810ac89
Pipeline
#78823
failed with stages
in 2 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.coveragerc
deleted
100644 → 0
View file @
6810ac89
[run]
omit =
# omit the following files. E.g. uncomment the next line
# tfields/plotting/*.py
docs/Makefile
View file @
7601f4b9
# Minimal makefile for Sphinx documentation
#
<<<<<<<
HEAD
=======
MODULE_PATH
:=
$(
shell
cd
..
;
pwd
)
MODULE
:=
$(
shell
basename
"
$(MODULE_PATH)
"
)
>>>>>>>
cookiecutter-template
# You can set these variables from the command line, and also
# from the environment for the first two.
...
...
@@ -17,12 +14,9 @@ BUILDDIR = _build
help
:
@
$(SPHINXBUILD)
-M
help
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
<<<<<<<
HEAD
=======
apidocs
:
$(MODULEPATH)/$(MODULE)/*.py apidoc-templates/*
sphinx-apidoc
-o
source
/ ../
$(MODULE)
>>>>>>>
cookiecutter-template
.PHONY
:
help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment