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
"vscode:/vscode.git/clone" did not exist on "2a4370b5a1248007b874a883327b18eb3a48a52d"
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
Hide 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
...
@@ -123,15 +123,7 @@ cd docs
make html
make html
```
```
#### Local deployment
Then open
`docs/build/html/index.html`
in your favorite browser.
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`
)
### New model
### 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