Skip to content

Commit ffe604c

Browse files
Rewrite core data pages with grounded links
1 parent fd0e2c1 commit ffe604c

211 files changed

Lines changed: 2602 additions & 1297 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: help sources graph index lambda-package build serve links clean check
1+
.PHONY: help sources graph index lambda-package build serve links content-audit clean check
22

33
help:
44
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " %-12s %s\n", $$1, $$2}'
@@ -27,6 +27,9 @@ serve: graph ## Serve the static site locally
2727
links: build ## Check generated internal links
2828
python scripts/check_links.py
2929

30+
content-audit: ## Report wiki/article pages that need citation and link cleanup
31+
python scripts/audit_content_quality.py
32+
3033
check: lambda-package links ## Build search index/package, static HTML, and link check
3134

3235
clean: ## Remove generated build artifacts

_articles/data-engineering-podcast.md

Lines changed: 194 additions & 186 deletions

_podcast_summaries/ab-testing-and-product-experimentation.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/ai-for-ecology-biodiversity-and-conservation.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/ai-in-healthcare-and-digital-therapeutics.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/ai-infrastructure-hybrid-cloud-on-prem-distributed-training.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/ai-ml-product-design-and-experimentation.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/algorithmic-trading-with-python-and-machine-learning.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/algorithms-data-structures-for-engineers.md

Lines changed: 1 addition & 1 deletion

_podcast_summaries/analytics-engineer-skills-tools.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)