From 237ba25165733e099e5aceba5ddc0b38f08a7b32 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Mon, 18 Jul 2022 11:54:35 +0100 Subject: [PATCH] Fix last couple doc build errors --- docs/conf.py | 2 +- docs/learning/09 Adding Documentation.ipynb | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cb43f52..0173c0d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ templates_path = ["_templates"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".pytest_cache"] # -- Options for HTML output ------------------------------------------------- diff --git a/docs/learning/09 Adding Documentation.ipynb b/docs/learning/09 Adding Documentation.ipynb index d807ccd..d73c8e5 100644 --- a/docs/learning/09 Adding Documentation.ipynb +++ b/docs/learning/09 Adding Documentation.ipynb @@ -131,9 +131,7 @@ " return True\n", "```\n", "\n", - "I normally just copy paste this and go from there but there's a full description [here](NUMPYDOC). You can also check out the docstrings in MCFF\n", - "\n", - "[NUMPYDOC]: https://numpydoc.readthedocs.io/en/latest/format.html" + "I normally just copy paste this and go from there but there's a full description [here](https://numpydoc.readthedocs.io/en/latest/format.html). You can also check out the docstrings in MCFF" ] }, {