Skip to content

Commit 23b4683

Browse files
divital-coderclaude
andcommitted
docs: make table of contents horizontal badge buttons
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f6023d commit 23b4683

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

README.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,31 @@ A comprehensive Julia library for GPU-accelerated, differentiable medical image
1010

1111
## Table of Contents
1212

13-
- [The Challenge](#the-challenge)
14-
- [The Solution](#the-solution)
15-
- [Architecture Overview](#architecture-overview)
16-
- [MedImage Data Structure](#medimage-data-structure)
17-
- [Type Enumerations](#type-enumerations)
18-
- [File I/O Operations](#file-io-operations)
19-
- [Spatial Coordinate System](#spatial-coordinate-system)
20-
- [Orientation Codes](#orientation-codes)
21-
- [Basic Transformations](#basic-transformations)
22-
- [Interpolation Methods](#interpolation-methods)
23-
- [Resampling Operations](#resampling-operations)
24-
- [Cross-Modal Registration](#cross-modal-registration)
25-
- [GPU Backend](#gpu-backend)
26-
- [GPU Usage](#gpu-usage)
27-
- [Differentiability](#differentiability)
28-
- [Gradient Computation](#gradient-computation)
29-
- [Complete Pipeline](#complete-pipeline)
30-
- [API Quick Reference](#api-quick-reference)
31-
- [Quick Start with Docker](#quick-start-with-docker)
32-
- [Contributing](#contributing)
33-
- [References](#references)
13+
<div align="center">
14+
15+
[![The Challenge](https://img.shields.io/badge/The_Challenge-orange)](#the-challenge)
16+
[![The Solution](https://img.shields.io/badge/The_Solution-orange)](#the-solution)
17+
[![Architecture](https://img.shields.io/badge/Architecture-orange)](#architecture-overview)
18+
[![Data Structure](https://img.shields.io/badge/Data_Structure-orange)](#medimage-data-structure)
19+
[![Type Enums](https://img.shields.io/badge/Type_Enums-orange)](#type-enumerations)
20+
[![File I/O](https://img.shields.io/badge/File_I%2FO-orange)](#file-io-operations)
21+
[![Spatial System](https://img.shields.io/badge/Spatial_System-orange)](#spatial-coordinate-system)
22+
[![Orientations](https://img.shields.io/badge/Orientations-orange)](#orientation-codes)
23+
[![Transforms](https://img.shields.io/badge/Transforms-orange)](#basic-transformations)
24+
[![Interpolation](https://img.shields.io/badge/Interpolation-orange)](#interpolation-methods)
25+
[![Resampling](https://img.shields.io/badge/Resampling-orange)](#resampling-operations)
26+
[![Registration](https://img.shields.io/badge/Registration-orange)](#cross-modal-registration)
27+
[![GPU Backend](https://img.shields.io/badge/GPU_Backend-orange)](#gpu-backend)
28+
[![GPU Usage](https://img.shields.io/badge/GPU_Usage-orange)](#gpu-usage)
29+
[![Differentiability](https://img.shields.io/badge/Differentiability-orange)](#differentiability)
30+
[![Gradients](https://img.shields.io/badge/Gradients-orange)](#gradient-computation)
31+
[![Pipeline](https://img.shields.io/badge/Pipeline-orange)](#complete-pipeline)
32+
[![API Reference](https://img.shields.io/badge/API_Reference-orange)](#api-quick-reference)
33+
[![Docker](https://img.shields.io/badge/Docker-gray)](#quick-start-with-docker)
34+
[![Contributing](https://img.shields.io/badge/Contributing-gray)](#contributing)
35+
[![References](https://img.shields.io/badge/References-gray)](#references)
36+
37+
</div>
3438

3539
---
3640

0 commit comments

Comments
 (0)