Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
User guide
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
User guide
Commits
ba585ce2
Commit
ba585ce2
authored
2 years ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
some clean up
parent
439b14fc
No related branches found
No related tags found
1 merge request
!2
Fix several wrong linkages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Makefile
+0
-25
0 additions, 25 deletions
source/Makefile
with
0 additions
and
25 deletions
source/Makefile
deleted
100644 → 0
+
0
−
25
View file @
439b14fc
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
SPHINXPROJ
=
NEMO
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
)
# Watch source directory and rebuild the documentation when a change is detected
# Browse to 127.0.0.1:8000/NEMO_guide.html
htmllive
:
sphinx-autobuild
$(
SPHINXOPTS
)
$(
SOURCEDIR
)
$(
BUILDDIR
)
/html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment