Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 3.16 KB

File metadata and controls

45 lines (24 loc) · 3.16 KB

The AI Alliance banner

README for MICROSITE_TITLE_MACRO

Published website

This repo contains the code and documentation for the AI Alliance MICROSITE_TITLE_MACRO. See the published website for project details.

The rest of this README provides information for contributors, developers, and users of this repository.

Getting Involved

We welcome contributions as PRs. Please see our Alliance community repo for general information about contributing to any of our projects. This section provides some specific details you need to know.

In particular, see the AI Alliance CONTRIBUTING instructions. You will need to agree with the AI Alliance Code of Conduct.

All code contributions are licensed under the Apache 2.0 LICENSE (which is also in this repo, LICENSES/LICENSE.Apache-2.0).

All documentation contributions are licensed under the Creative Commons Attribution 4.0 International (which is also in this repo, LICENSES/LICENSE.CC-BY-4.0).

All data contributions are licensed under the Community Data License Agreement - Permissive - Version 2.0 (which is also in this repo, LICENSES/LICENSE.CDLA-2.0).

We use the "Developer Certificate of Origin" (DCO).

Warning

Before you make any git commits with changes, understand what's required for DCO.

See the Alliance contributing guide section on DCO for details. In practical terms, supporting this requirement means you must use the -s flag with your git commit commands.

About the GitHub Pages Website Published from this Repo

The website is published using GitHub Pages, where the pages are written in Markdown and served using Jekyll. We use the Just the Docs Jekyll theme.

See GITHUB_PAGES.md for more information.

Quick Tip - View the Website Locally

See GITHUB_PAGES.md for information on viewing the site locally with jekyll.

Note

As described above, all documentation is licensed under Creative Commons Attribution 4.0 International. See LICENSES/LICENSE.CC-BY-4.0.

Built-in Support for Python Code Development

The included Makefile and .common.mk define targets for uv-based commands for running unit tests, linting, formatting, and type checking Python code. Try make help-code for details.