fix project_slug error.

replace ml_pipeline with project_name or module_name from config
This commit is contained in:
publicmatt
2024-04-06 15:48:29 -07:00
parent 727f16df57
commit 6eed08d1ba
43 changed files with 81 additions and 95 deletions

View File

@@ -0,0 +1 @@
book

View File

@@ -0,0 +1,6 @@
[book]
authors = ["publicmatt"]
language = "en"
multilingual = false
src = "src"
title = "{{cookiecutter.project_name}}"

View File

@@ -0,0 +1,5 @@
# Summary
- [Overview](./index.md)
- [Chapter 1](./chapter_1.md)

View File

@@ -0,0 +1 @@
# Chapter 1

View File

@@ -0,0 +1 @@
# Overview