Skip to content

Files

This branch is 316 commits behind containers/ramalama:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 10, 2024
Jan 23, 2025
Jan 23, 2025
Dec 10, 2024
Feb 3, 2025
Nov 25, 2024
Feb 3, 2025
Jan 28, 2025
Jan 10, 2025
Jan 9, 2025
Jan 29, 2025
Dec 17, 2024
Jan 28, 2025
Oct 25, 2024
Dec 6, 2024
Oct 21, 2024
Feb 3, 2025
Feb 3, 2025
Nov 25, 2024
Sep 26, 2024
Feb 2, 2025
Feb 1, 2025
Feb 2, 2025

RamaLama Documentation

The online man pages and other documents regarding RamaLama can be found at Read The Docs. The man pages can be found under the Commands link on that page.

Build the Docs

Directory Structure

Directory
Markdown source for man pages docs/*md
target for output docs/*.[15]
man pages docs/*.[15]

Manpage Syntax

The syntax for the formatting of all man pages can be found here.

Local Testing

To build standard man pages, run make docs. Results will be in docs.

To build HTMLized man pages: Assuming that you have the dependencies installed, then also install (showing Fedora in the example):

$ sudo dnf install python3-sphinx python3-recommonmark
$ pip install sphinx-markdown-tables myst_parser

(The above dependencies are current as of 2022-09-15. If you experience problems, please see requirements.txt in this directory, it will almost certainly be more up-to-date than this README.)

After that completes, cd to the docs directory in your RamaLama sandbox and then do make html.

You can then preview the html files in docs/build/html with:

python -m http.server 8000 --directory build/html

...and point your web browser at http://localhost:8000/