-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to work with the latest version
- Loading branch information
Showing
7 changed files
with
36 additions
and
16 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 |
---|---|---|
|
@@ -21,3 +21,4 @@ yarn-error.log* | |
|
||
# python virtual environmentß | ||
/epanet-js-website | ||
/epanet-js-website-v2 |
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,4 +1,5 @@ | ||
lbutler: | ||
name: Luke Butler | ||
description: epanet-js maintainer | ||
avatar: https://s.gravatar.com/avatar/33e08ddc8e6921ecf6416baa9931404a?s=80 | ||
authors: | ||
lbutler: | ||
name: Luke Butler | ||
description: epanet-js maintainer | ||
avatar: https://s.gravatar.com/avatar/33e08ddc8e6921ecf6416baa9931404a?s=80 |
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 |
---|---|---|
|
@@ -2,10 +2,16 @@ | |
|
||
The epanet-js website is created using Material for MkDocs. | ||
|
||
### install | ||
|
||
``` | ||
pip install git+https://{GH_TOKEN}@github.com/squidfunk/[email protected] | ||
``` | ||
|
||
### mkdocs commands | ||
|
||
``` | ||
$ python3 -m venv epanet-js-website | ||
$ source epanet-js-website/bin/activate | ||
$ python -m venv epanet-js-website-v2 | ||
$ source epanet-js-website-v2/bin/activate | ||
$ mkdocs serve | ||
``` |