From 5d38abf49c3136cd8edd5c55ee893c80e1498f8f Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Wed, 18 Jan 2023 22:39:01 +0100 Subject: [PATCH] Try to make docs better --- LICENSE | 2 +- docs_sphinx/conf.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 669ce41e..3cc6b123 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 TDDD96 PUM4 +Copyright (c) 2020-2022, Oscar Gustafsson et al Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs_sphinx/conf.py b/docs_sphinx/conf.py index b5869c1a..90154ef0 100644 --- a/docs_sphinx/conf.py +++ b/docs_sphinx/conf.py @@ -30,8 +30,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] autodoc_docstring_signature = True +# nitpicky = True + intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), + 'graphviz': ('https://graphviz.readthedocs.io/en/stable/', None), + 'matplotlib': ('https://matplotlib.org/stable/', None), + 'PyQt5': ("https://www.riverbankcomputing.com/static/Docs/PyQt5", None), } numpydoc_show_class_members = False -- GitLab