An open API service indexing awesome lists of open source software.

https://github.com/syucream/mrubook

mruby internals and handbook, in Japanese(currently)
https://github.com/syucream/mrubook

mruby

Last synced: 8 months ago
JSON representation

mruby internals and handbook, in Japanese(currently)

Awesome Lists containing this project

README

          

# mrubook

A documentation about mruby internals.
https://syucream.github.io/mrubook/

# Note

This doc contains a part of the mruby source code published under the MITL.

# Formats

## filename

Basically name a doc file related to a mruby src/ file.

## Doc format

I adopt reStructuredText as each doc file format.

Each doc style is here:

```rst

######################

Overview
**********

...

Details
********

...

APIs(if its needed)
********************

...
```

# Contributing

1. Add or update docs based on above rules.
2. Create PullRequest.

# License

MITL