AuScope-Cat Documentation
This directory contains the documentation for the AuScope-Cat package.
Building the Documentation Locally
To build the documentation locally, follow these steps:
Install the documentation dependencies:
pip install -r requirements.txt
Build the documentation:
cd docs
make html
View the documentation:
The built documentation will be available in the build/html
directory. You can open build/html/index.html
in your web browser to view it.
Documentation Structure
The documentation is organized into the following sections:
GETTING STARTED: Basic information for users to get started with AuScope-Cat - Installation - Getting Started - Examples - Tutorials - Citation
DEVELOPMENT: Information for developers who want to contribute to AuScope-Cat - Development - Roadmap - Code of Conduct - Contributors
API REFERENCE: Detailed API documentation - API - Modules
Updating the Documentation
To update the documentation:
Edit the relevant
.rst
files in thesource
directoryBuild the documentation to preview your changes
Commit your changes and push them to GitHub
The GitHub Action will automatically build and deploy the documentation to GitHub Pages