We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18975c5 commit f510092Copy full SHA for f510092
doc/conf.py
@@ -202,7 +202,7 @@ def linkcode_resolve(domain, info):
202
linespec = ""
203
204
base_url = "https://github.com/python-control/python-control/blob/"
205
- if 'dev' in control.__version__ or 'post' in control.__version__:
+ if 'dev' in control.__version__:
206
return base_url + "main/control/%s%s" % (fn, linespec)
207
else:
208
return base_url + "%s/control/%s%s" % (
0 commit comments