Skip to content

Commit

Permalink
docs: hide code block in ner benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 24, 2024
1 parent f6dd006 commit d07547c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,6 @@ tutorials/*.py

temp_files/*
training/dane_plus/*
projects/pos-tagging/corpus/*
projects/pos-tagging/training/*
projects/pos-tagging/wandb/*
6 changes: 5 additions & 1 deletion docs/performance_ner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,11 @@
{
"cell_type": "code",
"execution_count": 29,
"metadata": {},
"metadata": {
"tags": [
"remove-cell"
]
},
"outputs": [
{
"name": "stdout",
Expand Down
5 changes: 3 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ pr:
build-docs:
@echo "--- 📚 Building docs ---"
@echo "Builds the docs and puts them in the 'site' folder"
mkdocs build
sphinx-build -M html docs/ docs/_build

view-docs:
@echo "--- 👀 Viewing docs ---"
mkdocs serve
@echo You might need to rebuild the docs first"
open docs/_build/html/index.html

update-from-template:
@echo "--- 🔄 Updating from template ---"
Expand Down
1 change: 1 addition & 0 deletions projects/dane_plus/dane_plus
Submodule dane_plus added at ba3f3f

0 comments on commit d07547c

Please sign in to comment.