Add readthedocs (#179)
* Add readthedocs badge * Add rtd intro * Add API reference link * change the order wiki first, because that’s where the majority of the docs live
This commit is contained in:
parent
8b973064d1
commit
44dff1745d
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.com/trailofbits/manticore)
|
[](https://travis-ci.com/trailofbits/manticore)
|
||||||
[](https://empireslacking.herokuapp.com)
|
[](https://empireslacking.herokuapp.com)
|
||||||
|
[](http://manticore.readthedocs.io/en/latest/?badge=latest)
|
||||||
[](https://www.bountysource.com/teams/trailofbits)
|
[](https://www.bountysource.com/teams/trailofbits)
|
||||||
|
|
||||||
Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation.
|
Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation.
|
||||||
@ -132,4 +133,4 @@ def hook(state):
|
|||||||
m.run()
|
m.run()
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [examples](examples) directory and the [wiki](https://github.com/trailofbits/manticore/wiki) for further documentation and examples.
|
See the [wiki](https://github.com/trailofbits/manticore/wiki), [examples](examples) directory, and [API reference](http://manticore.readthedocs.io/en/latest/) for further documentation.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Welcome to Manticore's documentation!
|
Welcome to Manticore's documentation!
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
This is the documentation for the Manticore project.
|
Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user