/xash

My data science project

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Xash Project!

Data science, data analysis, graph visualization, ...

Install

Development Stage:

Check ADR-4 on project xit about how to use poetry to manage how to evolve projects on development stages.

Production Stage:

This section is under construction

After installation tasks:

Each of our projects should have a backlog-0001 document with task to execute after a project is installed. This document must be located in the docs/source/backlog directory.

Documentation

To manage the documentation of this project you must install it locally with the docs group enabled:

poetry install --with docs

This section is under construction