From f0de8d9c8f32bcbf0881aa841d756ba46cbf5e37 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 4 Oct 2022 22:16:12 -0700 Subject: [PATCH] Update documentation links --- docs/source/architecture.md | 2 +- docs/source/base_data_structures.md | 2 +- docs/source/basic_usage.md | 2 +- docs/source/bitcells.md | 2 +- docs/source/characterization.md | 2 +- docs/source/control_logic.md | 2 +- docs/source/debug.md | 2 +- docs/source/design_modules.md | 2 +- docs/source/index.md | 26 +++++++++++++------------- docs/source/library_cells.md | 2 +- docs/source/results.md | 2 +- docs/source/routing.md | 2 +- docs/source/technology_setup.md | 2 +- docs/source/tutorials.md | 2 +- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/source/architecture.md b/docs/source/architecture.md index 7f54b97c..18beb54d 100644 --- a/docs/source/architecture.md +++ b/docs/source/architecture.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Architecture This page of the documentation explains the architecture of OpenRAM. diff --git a/docs/source/base_data_structures.md b/docs/source/base_data_structures.md index 95094801..d375ac25 100644 --- a/docs/source/base_data_structures.md +++ b/docs/source/base_data_structures.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Base Data Structures This page of the documentation explains the base data structures of OpenRAM. diff --git a/docs/source/basic_usage.md b/docs/source/basic_usage.md index 4336a327..0df0f49d 100644 --- a/docs/source/basic_usage.md +++ b/docs/source/basic_usage.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Basic Usage This page of the documentation explains the basic usage of OpenRAM. diff --git a/docs/source/bitcells.md b/docs/source/bitcells.md index 1c0875b1..4f58ee10 100644 --- a/docs/source/bitcells.md +++ b/docs/source/bitcells.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Bitcells This page of the documentation explains the bitcells supported by OpenRAM. diff --git a/docs/source/characterization.md b/docs/source/characterization.md index c0c309aa..cfdda91d 100644 --- a/docs/source/characterization.md +++ b/docs/source/characterization.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Characterization This page of the documentation explains the characterization of OpenRAM. diff --git a/docs/source/control_logic.md b/docs/source/control_logic.md index c51d3842..797f3ef7 100644 --- a/docs/source/control_logic.md +++ b/docs/source/control_logic.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Control Logic and Timing This page of the documentation explains the control logic and timing of OpenRAM. diff --git a/docs/source/debug.md b/docs/source/debug.md index 258683b6..c455a6ab 100644 --- a/docs/source/debug.md +++ b/docs/source/debug.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Debugging and Unit Testing This page of the documentation explains the debugging and unit testing of OpenRAM. diff --git a/docs/source/design_modules.md b/docs/source/design_modules.md index 4ea325c4..89d1f8f7 100644 --- a/docs/source/design_modules.md +++ b/docs/source/design_modules.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Hierarchical Design Modules This page of the documentation explains the hierarchical design modules of OpenRAM. diff --git a/docs/source/index.md b/docs/source/index.md index 282e9b0d..bd735689 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -9,21 +9,21 @@ These pages provide the documentation of OpenRAM. You can use the links below to 1. [Contributors/Collaborators](#contributorscollaborators) 2. [OpenRAM Dependencies](#openram-dependencies) 3. [Supported Technologies](#supported-technologies) -4. [Bitcells](./bitcells.md) -5. [Architecture](./architecture.md) +4. [Bitcells](./bitcells.md#go-backindexmddirectory) +5. [Architecture](./architecture.md#go-backindexmddirectory) 6. [Implementation](#implementation) 7. [Technology and Tool Portability](#technology-and-tool-portability) -8. [Basic Usage](./basic_usage.md) -9. [Tutorials](./tutorials.md) -10. [Debugging and Unit Testing](./debug.md) -11. [Technology Setup](./technology_setup.md) -12. [Library Cells](./library_cells.md) -13. [Base Data Structures](./base_data_structures.md) -14. [Hierarchical Design Modules](./design_modules.md) -15. [Control Logic and Timing](./control_logic.md) -16. [Routing](./routing.md) -17. [Characterization](./characterization.md) -18. [Results](./results.md) +8. [Basic Usage](./basic_usage.md#go-backindexmddirectory) +9. [Tutorials](./tutorials.md#go-backindexmddirectory) +10. [Debugging and Unit Testing](./debug.md#go-backindexmddirectory) +11. [Technology Setup](./technology_setup.md#go-backindexmddirectory) +12. [Library Cells](./library_cells.md#go-backindexmddirectory) +13. [Base Data Structures](./base_data_structures.md#go-backindexmddirectory) +14. [Hierarchical Design Modules](./design_modules.md#go-backindexmddirectory) +15. [Control Logic and Timing](./control_logic.md#go-backindexmddirectory) +16. [Routing](./routing.md#go-backindexmddirectory) +17. [Characterization](./characterization.md#go-backindexmddirectory) +18. [Results](./results.md#go-backindexmddirectory) diff --git a/docs/source/library_cells.md b/docs/source/library_cells.md index e89c1c2c..a46c0dc4 100644 --- a/docs/source/library_cells.md +++ b/docs/source/library_cells.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Library Cells This page of the documentation explains the library cells of OpenRAM. diff --git a/docs/source/results.md b/docs/source/results.md index dd2c0ba3..c7323cac 100644 --- a/docs/source/results.md +++ b/docs/source/results.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Results This page of the documentation explains the results of OpenRAM. diff --git a/docs/source/routing.md b/docs/source/routing.md index e76a29c8..2a417374 100644 --- a/docs/source/routing.md +++ b/docs/source/routing.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Routing This page of the documentation explains the routing of OpenRAM. diff --git a/docs/source/technology_setup.md b/docs/source/technology_setup.md index 8375c40e..ab56c967 100644 --- a/docs/source/technology_setup.md +++ b/docs/source/technology_setup.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Technology Setup This page of the documentation explains the technology setup of OpenRAM. diff --git a/docs/source/tutorials.md b/docs/source/tutorials.md index b7df2320..af2e58c6 100644 --- a/docs/source/tutorials.md +++ b/docs/source/tutorials.md @@ -1,4 +1,4 @@ -### [Go Back](./index.md) +### [Go Back](./index.md#directory) # Tutorials This page of the documentation includes tutorials for OpenRAM.