Skip to content

Commit

Permalink
feat: added link to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jan 16, 2024
1 parent ee5c542 commit da22096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/develop.example.adding_serialization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
siibra v0.5 introduced compound features. New serialization strategies and models need to be introduced in order to take full advantage of the introduction of compound features.

See the [commit](https://github.com/FZJ-INM1-BDA/siibra-api/commit/6723cfa3e612de66022150b6d5e645caddbc3e7a)

## Import the new class

`api.serialization.util.siibra` Serves as the one and single entrypoint to siibra package. To access the new class `CompoundFeature`, import it here.
Expand Down
2 changes: 2 additions & 0 deletions docs/develop.example.adding_vocabulary_endpoint.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This document will record the process to reimplement the `/genes` endpoint, which was briefly removed during the refactor of `/v2_0` to `/v3_0`. This should serve as an informative document, the process adds a top level module, which needs to be included for the server/worker architecture to work properly.

See [commit](https://github.com/FZJ-INM1-BDA/siibra-api/commit/ee5c542845684358f8619281853893e46993b255)

## Adding the new import

`api.serialization.util.siibra` Serves as the one and single entrypoint to siibra package. To access the new variable `GENE_NAMES`, import it here.
Expand Down

0 comments on commit da22096

Please sign in to comment.