Skip to content

Commit

Permalink
Except some sphinx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 9, 2024
1 parent 1eef4c2 commit 8350e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ repos:
rev: v6.1.2 # Use the latest version
hooks:
- id: rstcheck
args: ["--ignore-directives", "currentmodule,minigallery,autofunction,only,image-sg,rst-class,toctree,autosummary", "--ignore-roles", "ref"]
entry: rstcheck --ignore-messages="(Hyperlink target .* is not referenced.|No directive entry for
.*|Unknown directive type .*|Duplicate explicit target name.*)"
args: [
"--ignore-roles", "ref",
]
4 changes: 2 additions & 2 deletions docs/source/generated/examples/tissue/plot_extended_tofts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
.. _sphx_glr_generated_examples_tissue_plot_extended_tofts.py:


====================
========================
The Extended Tofts model
====================
========================

Simulating tissue concentrations from extended Tofts model with different settings.

Expand Down

0 comments on commit 8350e3d

Please sign in to comment.