Skip to content
Snippets Groups Projects
Commit 5d38abf4 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Try to make docs better

parent 372c31d3
No related branches found
No related tags found
No related merge requests found
Pipeline #87770 passed
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -30,8 +30,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] ...@@ -30,8 +30,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
autodoc_docstring_signature = True autodoc_docstring_signature = True
# nitpicky = True
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), '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 numpydoc_show_class_members = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment