Update Cranelift's documentation after the merger. (#1238)
Update the documentation for the merger, and also for various changes in Cranelift. Remove some old obsolete documentation, and convert the remaining Sphinx files to Markdown. Some of the remaining content is still out of date, but this is a step forward.
This commit is contained in:
@@ -4,19 +4,16 @@ Cranelift Code Generator
|
||||
**A [Bytecode Alliance][BA] project**
|
||||
|
||||
Cranelift is a low-level retargetable code generator. It translates a
|
||||
[target-independent intermediate
|
||||
representation](https://cranelift.readthedocs.io/en/latest/ir.html)
|
||||
[target-independent intermediate representation](docs/ir.md)
|
||||
into executable machine code.
|
||||
|
||||
[BA]: https://bytecodealliance.org/
|
||||
[](https://cranelift.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://github.com/bytecodealliance/cranelift/actions)
|
||||
[](https://app.fuzzit.dev/orgs/bytecodealliance/dashboard)
|
||||
[](https://bytecodealliance.zulipchat.com/#narrow/stream/217117-cranelift/topic/general)
|
||||

|
||||
|
||||
For more information, see [the
|
||||
documentation](https://cranelift.readthedocs.io/en/latest/?badge=latest).
|
||||
For more information, see [the documentation](docs/index.md).
|
||||
|
||||
For an example of how to use the JIT, see the [SimpleJIT Demo], which
|
||||
implements a toy language.
|
||||
@@ -160,21 +157,6 @@ features = ["release_max_level_warn"]
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Building the documentation</summary>
|
||||
|
||||
Cranelift's documentation is [published online](https://cranelift.readthedocs.io/).
|
||||
|
||||
To build the documentation locally, you need the [Sphinx documentation
|
||||
generator](http://www.sphinx-doc.org/) as well as Python 3::
|
||||
|
||||
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
|
||||
$ cd cranelift/docs
|
||||
$ make html
|
||||
$ open _build/html/index.html
|
||||
|
||||
</details>
|
||||
|
||||
Editor Support
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user