Multiverse-of-Projects / NewsAI

A dynamic NewsAI dashboard that uses NLP to analyze news articles, visualize sentiment trends, and extract insights through interactive data visualizations.
https://news-ai-dashboard.streamlit.app/
GNU General Public License v3.0
16 stars 30 forks source link

Add Sphinx Documentation for All Files in the Repository #22

Closed Devasy23 closed 2 months ago

Devasy23 commented 2 months ago

Overview

This Pull Request adds Sphinx to the project and includes comprehensive documentation for all folders in the repository.

Changes

How to Test

  1. Navigate to the docs directory.
  2. Run make html to generate the HTML documentation.
  3. Open the generated HTML files in your browser (located in _build/html).
  4. Verify that all folders and their modules are properly documented and linked.

Additional Notes

Checklist