Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[tf,docs]
pip install jupyter-book
pip install jupyter-book sphinxcontrib-mermaid

- name: Build the book
run: |
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ only_build_toc_files: true
sphinx:
config:
autodoc_mock_imports: ["wx"]
mermaid_output_format: raw
extra_extensions:
- numpydoc
- sphinxcontrib.mermaid

execute:
execute_notebooks: "off"
Expand All @@ -22,7 +24,7 @@ html:
repository:
url: https://github.com/DeepLabCut/DeepLabCut
path_to_book: docs
branch: master
branch: main

launch_buttons:
colab_url: "https://colab.research.google.com/github/DeepLabCut/DeepLabCut/blob/master/examples/COLAB/COLAB_YOURDATA_TrainNetwork_VideoAnalysis.ipynb"
3 changes: 1 addition & 2 deletions docs/napari_GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ Suggested workflows, depending on the image folder contents:

### Workflow flowchart

```mermaid
%%{init: {"flowchart": {"htmlLabels": false}} }%%
```{mermaid}
graph TD
id1[What stage of labeling?]
id2[deeplabcut.label_frames]
Expand Down