-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[experiments] Fix up experiment paths.
- Loading branch information
Showing
8 changed files
with
37 additions
and
31 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
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
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
This folder contains: | ||
|
||
| Folder | Contents | | ||
| --------------------------------- | ----------------------------------------------------------------------------------------------- | | ||
| [`./cubing`](./cubing/) | Source code for all `cubing/*` modules | | ||
| [`./experiments`](./experiments/) | Source code for development code.<br>Also hosted at <https://experiments.cubing.net/cubing.js/> | | ||
| [`./static`](./static/) | Code needed for `npm` module publication. | | ||
| [`./bin`](./bin/) | Code for binaries developed in sync with the library code | | ||
| Folder | Contents | | ||
| --------------------------------------------------------------------------------------- | --------------------------------------------------------- | | ||
| [`./cubing`](./cubing/) | Source code for all `cubing/*` modules | | ||
| [`./sites/alpha.twizzle.net`](./sites/alpha.twizzle.net/) | Twizzle source. | | ||
| [`./sites/experiments.cubing.net/cubing.js`](./sites/experiments.cubing.net/cubing.js/) | Dev experiments. | | ||
| [`./static`](./static/) | Code needed for `npm` module publication. | | ||
| [`./bin`](./bin/) | Code for binaries developed in sync with the library code | |