We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaef445 commit 8b034bbCopy full SHA for 8b034bb
CONTRIBUTING.md
@@ -119,7 +119,7 @@ source venv/bin/activate
119
(venv) pip install ".[all]"
120
# Create the HTML to visualize locally
121
(venv) make html
122
-(venv) open _build/index.html
+(venv) open _build/html/index.html
123
# Or you can start a serve that watches for local file changes
124
(venv) make watch
125
# Open <http://localhost:8000/> in your browser
0 commit comments