-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from stefmolin/publish-docs
Changes in preparation to publish docs skip-checks: true
- Loading branch information
Showing
6 changed files
with
27 additions
and
22 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
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# Docs | ||
|
||
1. Install the docs dependencies: `pip install '.[docs]'`. | ||
2. From this directory, run `python3 -m sphinx -b html . build`. | ||
|
||
*Note: Remove the `generated` directory to start fresh, if needed.* | ||
2. From this directory, run `python3 -m sphinx -b html . _build/<version>`. |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"name": "v0.1.0 (stable)", | ||
"version": "0.1.0", | ||
"url": "https://stefmolin.github.io/data-morph/0.1.0/index.html" | ||
}, | ||
{ | ||
"name": "dev", | ||
"version": "dev", | ||
"url": "https://stefmolin.github.io/data-morph/main/index.html" | ||
} | ||
] |
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
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ authors = [ | |
{name = "Justin Matejka", email = "[email protected]"} | ||
] | ||
maintainers = [ | ||
{name = "Stefanie Molin", email = "[email protected]"}, | ||
{name = "Stefanie Molin"}, | ||
] | ||
description = "Teaching tool on the importance of data visualization." | ||
readme = "README.rst" | ||
|