Skip to content

Commit 2c8c760

Browse files
committed
doc: Update documentation badge to match the GitHub build badge style
1 parent 560e807 commit 2c8c760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
[![Build Status](https://github.com/martian-lang/martian-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/martian-lang/martian-rust/actions/workflows/rust.yml)
5-
[![Documentation](https://img.shields.io/badge/Pages-Documentation-blue.svg?style=for-the-badge&logo=github)](http://martian-lang.github.io/martian-rust)
5+
[![Documentation](https://img.shields.io/badge/Pages-Documentation-blue.svg?logo=mdBook)](http://martian-lang.github.io/martian-rust)
66

77
[Martian](https://martian-lang.org/) is a language and framework for developing and executing complex computational pipelines. The fundamental computational unit in martian is a stage, which is an entity that takes in a bunch of inputs and produces a bunch of outputs, optionally breaking the input space into chunks and parallelizing the computation. By design, the core computation in the stages can be written in any language, provided they implement an `adapter` which can help the language "talk" with martian. This crate implements a rust [adapter](https://martian-lang.org/writing-stages/) that will help you write martian stage code in Rust leveraging it's strong typing. By abstracting away the internals of the `adapter` and the way it communicates with martian, this crate provides a fairly high level `trait` based API for implementing stages.

0 commit comments

Comments
 (0)