Skip to content

Commit

Permalink
configured GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatekenya committed Nov 6, 2024
1 parent bee1801 commit 5e4ad66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Book settings
title:
author: Development Data Group
author: Dunstan Matekenya
logo: docs/images/logo.png
only_build_toc_files: false

repository:
url: https://github.com/worldbank/template
url: https://github.com/worldbank/LLMs-Practical-Guide/
branch: main

#######################################################################################
Expand All @@ -16,7 +16,7 @@ html:
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
baseurl: https://worldbank.github.io/template
baseurl: https://worldbank.github.io/LLMs-Practical-Guide
extra_footer: |
<div>
Country borders or names do not necessarily reflect the World Bank Group’s official position. All maps are for illustrative purposes and do not imply the expression of any opinion on the part of the World Bank, concerning the legal status of any country or territory or concerning the delimitation of frontiers or boundaries
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = ["hatchling>=1.21.0", "hatch-vcs>=0.3.0"]
build-backend = "hatchling.build"

[project]
name = "template"
name = "llm-practical-guide"
description = "A template Python package from the World Bank Data Lab"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
keywords = ["template", "reproducibility"]
authors = [{ name = "Development Data Group", email = "datalab@worldbank.org" }]
authors = [{ name = "Dunstan Matekenya", email = "dmatekenya@worldbankgroup.org" }]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down Expand Up @@ -38,9 +38,9 @@ docs = [
]

[project.urls]
"Homepage" = "https://github.com/worldbank/template"
"Bug Reports" = "https://github.com/worldbank/template/issues"
"Source" = "https://github.com/worldbank/template"
"Homepage" = "https://github.com/worldbank/LLMs-Practical-Guide/"
"Bug Reports" = "https://github.com/worldbank/LLMs-Practical-Guide/issues"
"Source" = "https://github.com/worldbank/LLMs-Practical-Guide/"

[tool.codespell]
skip = 'docs/_build,docs/bibliography.bib,*.png,*.gz,*.whl'
Expand Down

0 comments on commit 5e4ad66

Please sign in to comment.