From 3a520bee38b064d528e4702e4216e5c1fddc617c Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Fri, 6 Oct 2017 14:30:47 -0700 Subject: [PATCH] (docs) Restore ToC entry for ADRs [skip ci] --- docs/architecture/005-etl-pipeline.rst | 1 - docs/architecture/adrs.rst | 16 ++++++++++++++++ docs/index.rst | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 docs/architecture/adrs.rst diff --git a/docs/architecture/005-etl-pipeline.rst b/docs/architecture/005-etl-pipeline.rst index e32520ee90..c1e9d56953 100644 --- a/docs/architecture/005-etl-pipeline.rst +++ b/docs/architecture/005-etl-pipeline.rst @@ -55,7 +55,6 @@ of separate sources to which functions would be applied. Scheme with Pipeline work description (arrows are actions): .. figure:: images/pipeline.png -:alt: The first attempt to describe it as JSON: diff --git a/docs/architecture/adrs.rst b/docs/architecture/adrs.rst new file mode 100644 index 0000000000..5c57f19c6e --- /dev/null +++ b/docs/architecture/adrs.rst @@ -0,0 +1,16 @@ +Architecture Decision Records +***************************** + +These are detailed records of technical decisions made in the past +regarding GeoTrellis. + +.. toctree:: + :maxdepth: 1 + :caption: Index + :glob: + + Streaming Writes <001-streaming-writes> + HDFS Raster Layers <002-hdfs-raster-layers> + IO Multi-threading <003-readers-writers-multithreading> + Spark Streaming <004-spark-streaming> + ETL Pipeline <005-etl-pipeline> diff --git a/docs/index.rst b/docs/index.rst index c289f3be78..9fc5484014 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -134,6 +134,6 @@ Ready? `Setup a GeoTrellis development environment. `__ :glob: :hidden: - Architecture Decision Records + Architecture Decision Records Proj4 Implementation architecture/high-performance-scala