Skip to content

Commit b1d71d5

Browse files
authored
docs: how to add custom metrics (#1616)
1 parent bd1d75e commit b1d71d5

36 files changed

+1325
-497
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ build:
77
commands:
88
- pip install -e .[docs]
99
- if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi
10-
- make ipynb-to-md
1110
- mkdocs build --site-dir $READTHEDOCS_OUTPUT/html

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ run-ci: format lint type test ## Running all CI checks
3939
rewrite-docs: ## Use GPT4 to rewrite the documentation
4040
@echo "Rewriting the documentation in directory $(DIR)..."
4141
$(Q)python $(GIT_ROOT)/docs/python alphred.py --directory $(DIR)
42-
ipynb-to-md: ## Convert ipynb files to md files
43-
$(Q)python $(GIT_ROOT)/scripts/ipynb_to_md.py
4442
docsite: ## Build and serve documentation
45-
$(Q)$(MAKE) ipynb-to-md
46-
$(Q)mkdocs serve
43+
$(Q)mkdocs serve --dirtyreload
4744

4845
# Benchmarks
4946
run-benchmarks-eval: ## Run benchmarks for Evaluation

0 commit comments

Comments
 (0)