-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephanie Rivera
committed
Sep 5, 2017
1 parent
3dfdde1
commit 933c3da
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ Before you start changing the docs, you'll want to | |
[fork the Superset project on Github](https://help.github.com/articles/fork-a-repo/). | ||
Once that new repository has been created, clone it on your local machine: | ||
|
||
git clone [email protected]:your_username/superset.git | ||
git clone [email protected]:your_username/incubator-superset.git | ||
|
||
At this point, you may also want to create a | ||
[Python virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/) | ||
|
@@ -97,7 +97,7 @@ to manage the Python packages you're about to install: | |
Finally, to make changes to the rst files and build the docs using Sphinx, | ||
you'll need to install a handful of dependencies from the repo you cloned: | ||
|
||
cd superset | ||
cd incubator-superset | ||
pip install -r dev-reqs-for-docs.txt | ||
|
||
To get the feel for how to edit and build the docs, let's edit a file, build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters