Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
PySWIFTsim
Merge requests
!7
Change clone to fetch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Change clone to fetch
new_implementation
into
master
Overview
0
Commits
21
Changes
9
Merged
Change clone to fetch
Loic Hausammann
requested to merge
new_implementation
into
master
May 21, 2019
Overview
0
Commits
21
Changes
9
0
0
Merge request reports
Viewing commit
7b5c97ab
Prev
Next
Show latest version
9 files
+
381
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
7b5c97ab
Start doc
· 7b5c97ab
Loic Hausammann
authored
May 22, 2019
docs/Makefile
0 → 100644
+
19
−
0
View file @ 7b5c97ab
Edit in single-file editor
Open in Web IDE
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
SOURCEDIR
=
.
BUILDDIR
=
_build
# Put it first so that "make" without argument is like "make help".
help
:
@$(
SPHINXBUILD
)
-M
help
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
.PHONY
:
help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%
:
Makefile
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
\ No newline at end of file
Loading