Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
963abb67
Unverified
Commit
963abb67
authored
Apr 19, 2021
by
Nicolas Hug
Committed by
GitHub
Apr 19, 2021
Browse files
no need for http server (#3689)
parent
f85996ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
CONTRIBUTING.md
CONTRIBUTING.md
+1
-9
No files found.
CONTRIBUTING.md
View file @
963abb67
...
...
@@ -123,15 +123,7 @@ cd docs
make html
```
#### Local deployment
Please, use python 3.X for the command below:
```
bash
cd
docs/build/html
python
-m
http.server <port>
# e.g. python -m http.server 1234
```
Then open the browser at
`0.0.0.0:<port>`
(e.g.
`0.0.0.0:1234`
)
Then open
`docs/build/html/index.html`
in your favorite browser.
### New model
...
...
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