Skip to content

Commit 713c497

Browse files
Add some projection examples to json docs.
1 parent 9126614 commit 713c497

File tree

3 files changed

+184
-71
lines changed

3 files changed

+184
-71
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
- Implement file-based external storage
214214

215215
### 0.8.0 -- Jul 26, 2017
216-
217216
Documentation and tutorials available at https://docs.datajoint.io and https://tutorials.datajoint.io
218217

219218
- improved the ERD graphics and features using the graphviz libraries (#207, #333)

docs/src/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Included with the codebase is the recommended development environment configured
77
Here are some options that provide a great developer experience:
88

99
- **Cloud-based IDE**: (*recommended*)
10-
- Launch using [GitHub Codespaces](https://github.com/features/codespaces) using the option `Create codespace on master` in the codebase repository.
10+
- Launch using [GitHub Codespaces](https://github.com/features/codespaces) using the option `Create codespace on master` in the codebase repository on your fork.
1111
- Build time for a 2-Core codespace is **~5m**. This is done infrequently and cached for convenience.
1212
- Start time for a 2-Core codespace is **~1m**. This will pull the built codespace from cache when you need it.
1313
- Tip: GitHub auto names the codespace but you can rename the codespace so that it is easier to identify later.

0 commit comments

Comments
 (0)