Developer docs
Structure
This repository is a monorepo containing packages for different languages.
- Python client and server, in ./python/ directory
- Julia client and server, in ./julia/ directory
- R server, in ./R/ directory
Documentation
Main docs
The main docs are generated using MkDocs with the Material theme.
To serve these locally first install mkdocs, by running the following command in a Python environment:
Then you can serve the docs (interactively) with:
R
The R documentation is part of the main (MkDocs) docs.
Python
The documentation for Python is generated using Sphinx. First install the dependencies in a Python environment:
Then build the docs with:
Julia
The documentation for RemoteBMI.jl can be built with: