From 0bcfad10bb4d2eeab498295f30876a5ccf095e29 Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Tue, 7 Aug 2018 15:45:48 -0500 Subject: [PATCH] tables need to be aligned properly --- docs/source/Structure.rst | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/source/Structure.rst b/docs/source/Structure.rst index 4d8524b..6aa3a89 100644 --- a/docs/source/Structure.rst +++ b/docs/source/Structure.rst @@ -3,27 +3,27 @@ Directory overview ================== -+--------------+------------------------------------------------+ -| File | Description | -+==============+================================================+ -| benchmarks | UC Benchmark cases (see benchmark/README.md) | -+--------------+------------------------------------------------+ -| doc | Source code for building the documentation | -+--------------+------------------------------------------------+ -| exec | Directory for building with gmake (optional) | -+--------------+------------------------------------------------+ -| exec_cc | Directory for building with gmake (optional) | -+--------------+------------------------------------------------+ ++--------------+--------------------------------------------------+ +| File | Description | ++==============+==================================================+ +| benchmarks | UC Benchmark cases (see benchmark/README.md) | ++--------------+--------------------------------------------------+ +| doc | Source code for building the documentation | ++--------------+--------------------------------------------------+ +| exec | Directory for building with gmake (optional) | ++--------------+--------------------------------------------------+ +| exec_cc | Directory for building with gmake (optional) | ++--------------+--------------------------------------------------+ | src | Source files for SIMPLE and projection algorithm | -| | with face-centered velocity components | -+--------------+------------------------------------------------+ -| src_cc | Source files for projection algorithms with | -| | cell-centered velocity components | -+--------------+------------------------------------------------+ -| tests | Regression tests (see tests/README.md) | -+--------------+------------------------------------------------+ -| tools | CMake configuration files | -+--------------+------------------------------------------------+ -| tutorials | Set-ups for different EB geometries | -+--------------+------------------------------------------------+ +| | with face-centered velocity components | ++--------------+--------------------------------------------------+ +| src_cc | Source files for projection algorithms with | +| | cell-centered velocity components | ++--------------+--------------------------------------------------+ +| tests | Regression tests (see tests/README.md) | ++--------------+--------------------------------------------------+ +| tools | CMake configuration files | ++--------------+--------------------------------------------------+ +| tutorials | Set-ups for different EB geometries | ++--------------+--------------------------------------------------+ -- GitLab