Skip to content

Commit

Permalink
Reorg dev docs (#4142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 13, 2020
1 parent 94bad4b commit 8a832f3
Show file tree
Hide file tree
Showing 44 changed files with 15 additions and 245 deletions.
230 changes: 0 additions & 230 deletions dev-docs/RFCs/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
This RFC is a component of deck.gl's "binary support roadmap".

This RFC is independent of, but would benefit from:
* [Texture Attribute RFC](/dev-docs/v7.x/texture-attribute-rfc.md) - Enable _variable-primitive layers_ read "descriptive attributes" from a single column value.
* [Chunked Data Support](/dev-docs/v7.x/chunked-data-rfc.md) - Proposal for enabling deck.gl to work directly with Chunked Columnar data.
* [Texture Attribute RFC](/dev-docs/RFCs/proposals/texture-attribute-rfc.md) - Enable _variable-primitive layers_ read "descriptive attributes" from a single column value.
* [Chunked Data Support](/dev-docs/RFCs/proposals/chunked-data-rfc.md) - Proposal for enabling deck.gl to work directly with Chunked Columnar data.


## Summary
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev-docs/RFCs/v6.2/mapbox-custom-layer-rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

References:

* [Layer Group Operations RFC](v6.x/layer-and-group-operation-rfc.md)
* [Layer Group Operations RFC](/dev-docs/RFCs/proposals/layer-and-group-operation-rfc.md)


## Abstract
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions dev-docs/RFCs/v8.0/binary-support-improvements-rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ The advantages of this new API include:

Relevant RFCs for full data frame support:

- [**GLSL Accessor RFC**](/dev-docs/v7.x-binary/glsl-accessor-rfc.md)
- [**Texture Attribute RFC**](/dev-docs/v7.x-binary/texture-attribute-rfc.md)
- [**GPU Data Frame Support**](/dev-docs/v7.x-binary/gpu-data-frame-rfc.md)
- [**GLSL Accessor RFC**](/dev-docs/RFCs/proposals/glsl-accessor-rfc.md)
- [**Texture Attribute RFC**](/dev-docs/RFCs/proposals/texture-attribute-rfc.md)
- [**GPU Data Frame Support**](/dev-docs/RFCs/proposals/gpu-data-frame-rfc.md)

## Open Questions

Expand Down
8 changes: 4 additions & 4 deletions dev-docs/roadmaps/animation-roadmap.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Animation Roadmap

References:
* [Property Animation RFC](/dev-docs/RFCs/v6.x/property-animation-rfc.md)
* [Property Transition RFC](/dev-docs/RFCs/v6.x/property-transition-rfc.md)
* [Property Types RFC](/dev-docs/RFCs/v6.x/property-types-rfc.md)
* [Property Animation RFC](/dev-docs/RFCs/v7.2/property-animation-rfc.md)
* [Property Transition RFC](/dev-docs/RFCs/v7.2/property-transition-rfc.md)
* [Property Types RFC](/dev-docs/RFCs/v6.3/prop-types-rfc.md)
* [Attribute Transition RFC](/dev-docs/RFCs/v5.1/attribute-transition-rfc.md)
* [Viewport Transition RFC](/dev-docs/RFCs/v5.0/viewport-transition-rfc.md)
* [Transition Interpolator RFC](/dev-docs/RFCs/v5.1/transition-interpolator-rfc.md)
* [Generic Layer Prop Animation RFC](/dev-docs/RFCs/v6.x/generic-layer-prop-animation-rfc.md)
* [Generic Layer Prop Animation RFC](/dev-docs/RFCs/proposals/generic-layer-prop-animation-rfc.md)


## Major Initiatives
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/roadmaps/api-evolution-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deck.gl supports both functional (react, json) and imperative (pure-js, scriptin

### Proposal: Support partially updating layer props (v7.0 API)

Reference: [Imperative Programming RFC](/dev-docs/RFCs/v7.x/imperative-programming-rfc.md).
Reference: [Imperative Programming RFC](/dev-docs/RFCs/proposals/imperative-programming-rfc.md).

Summary: One could say that React "sets all the props of all the layers all the time". This is how the deck.gl API is designed (the `layers` prop needs to be completely resupplied whenever any prop in any layer changes). Imperative programs are different, they normally just want to change a few props in one layer.

Expand Down
8 changes: 4 additions & 4 deletions dev-docs/roadmaps/performance-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Docs:
- [Binary Data](/docs/developer-guide/binary-data.md) - Explains considerations when working with binary data.

RFCs:
- [Binary Data Support RFC](/dev-docs/v7.x/binary-data-rfc.md) - Basic binary array support with deck.gl.
- [GLSL Accessor RFC](/dev-docs/v7.x/glsl-accessor-rfc.md) - Proposal for
- [Texture Attribute RFC](/dev-docs/v7.x/texture-attribute-rfc.md) - Enable _variable-primitive layers_ read "descriptive attributes" from a single column value.
- [Chunked Data Support](/dev-docs/v7.x/chunked-data-rfc.md) - Proposal for enabling deck.gl to work directly with Chunked Columnar data.
- [Binary Data Support RFC](/dev-docs/v7.2/binary-data-rfc.md) - Basic binary array support with deck.gl.
- [GLSL Accessor RFC](/dev-docs/proposals/glsl-accessor-rfc.md) - Proposal for
- [Texture Attribute RFC](/dev-docs/proposals/texture-attribute-rfc.md) - Enable _variable-primitive layers_ read "descriptive attributes" from a single column value.
- [Chunked Data Support](/dev-docs/proposals/chunked-data-rfc.md) - Proposal for enabling deck.gl to work directly with Chunked Columnar data.

### Load data in workers/streaming loads

Expand Down

0 comments on commit 8a832f3

Please sign in to comment.