Skip to content
AMIGOpy edited this page Aug 20, 2025 · 3 revisions

Welcome to the AMIGOpy Wiki πŸ‘‹

This wiki documents the AMIGOpy software, including its main functionalities, coding standards, and development roadmap.


πŸ“Œ Overview

AMIGOpy is a medical imaging toolkit designed to support radiotherapy research and clinical workflows.
It provides tools for DICOM manipulation, dose visualization, contouring automation, and integration with external segmentation APIs.


πŸ“š Wiki Structure

A detailed overview of AMIGOpy’s main features, modules, and workflows.

Our standard for writing clear, consistent, and automated documentation.

Rules for code style, naming conventions, and structuring modules.

An overview of the main modules and their dependencies.

Upcoming features, priorities, and long-term development goals.

How we test AMIGOpy: unit tests, integration tests, and coverage reports.

Scripts and tools for code quality checks, documentation, and continuous integration.


πŸš€ How to Contribute

  1. Clone the main repository:
    git clone https://github.com/your-org/AMIGOpy.git
  2. Clone the wiki for documentation:
    git clone https://github.com/your-org/AMIGOpy.wiki.git
  3. Edit Markdown files locally using Visual Studio Code.
  4. Commit and push changes:
    git add .
    git commit -m "Update wiki"
    git push

🧩 Useful Links


Last updated: {{date}}