Skip to content

tripal/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Tripal API Docs

Uses doxygen to generate documentation based on our code comments. In the past we've used the Drupal API module but this approach would allow us to host the API docs directly on Github Pages. Additionally, there are some extensions to readthedocs for integrating doxygen generated documentation and would be ideal for both types of documentation to be able to be combined at some point.

This work is being started in a separate repository as a trial ground for tring this out.

Generating the docs

We generate these docs using doxygen installed within docker.

To do so, do the following within a clone of this repo.

docker build --tag=tripal/api-docs ./
git clone https://github.com/tripal/tripal
docker run --rm -v $(pwd):/data/ -it tripal/api-docs doxygen

Then you can view the docs you generated by opening the index file.

open docs/html/index.html

About

Provides docs for the core Tripal API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published