Skip to content

Commit c02b4e8

Browse files
committed
docs: transform GitHub Pages from Markdown to professional Bootstrap HTML
- Replace Jekyll/Markdown setup with modern Bootstrap 5 HTML pages - Create professional homepage with hero section, feature cards, and flow diagram - Add comprehensive installation guide with troubleshooting and platform compatibility - Enhance examples page with 9 detailed code examples and real-world scenarios - Build interactive statistical methods guide with decision trees and mathematical formulas - Create complete API reference with organized sections and code samples - Implement custom CSS with professional branding and responsive design - Add Mermaid diagrams, Prism syntax highlighting, and smooth scrolling navigation - Remove old markdown files and update Jekyll configuration for static HTML - Ensure mobile-responsive design with sidebar navigation and scrollspy
1 parent c79886a commit c02b4e8

File tree

12 files changed

+3214
-1025
lines changed

12 files changed

+3214
-1025
lines changed

docs/_config.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
1+
# StatClean Documentation
2+
# Static HTML files, no Jekyll processing needed
3+
14
title: StatClean
25
description: Comprehensive statistical data preprocessing and outlier detection library
3-
theme: minima
46
url: "https://subaashnair.github.io"
57
baseurl: "/StatClean"
68

7-
plugins:
8-
- jekyll-feed
9-
- jekyll-sitemap
10-
11-
# Mermaid configuration
12-
mermaid:
13-
src: 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js'
14-
9+
# Disable Jekyll processing for HTML files
10+
plugins: []
1511
markdown: kramdown
1612
highlighter: rouge
1713

18-
navigation:
19-
- title: Home
20-
url: /
21-
- title: API Reference
22-
url: /api-reference
23-
- title: Statistical Methods
24-
url: /statistical-methods
25-
- title: Examples
26-
url: /examples
27-
- title: Installation
28-
url: /installation
29-
3014
github:
3115
repository_url: "https://github.com/SubaashNair/StatClean"

docs/api-reference.html

Lines changed: 752 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference.md

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)