Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 837 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 837 Bytes

ACE Documentation

This repository contains the autogenerated Javadoc files for ACE as well as a standalone version of it's Swagger documentation.

How to Access the Documentation

To view the Javadoc documentation, open the index.html file in the javadoc-directory of this repository. This will allow you to browse the documentation locally.

To view the Swagger documentation, you could serve the files locally by starting a simple python server in the swagger-ui directory with python -m http.server 8090. Then you are able to access the documentation at http://localhost:8090/index.html.

About

This repository provides documentation for ACE, detailing its classes, methods, and interfaces.

License

This documentation is licensed under the Apache 2.0 License.