Commit 1580c19 Verweijen
committed
1 parent a3a9223 commit 1580c19 Copy full SHA for 1580c19
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ print(table_result)
45
45
```
46
46
47
47
Change ` C:\Users\User\Programs\TauArgus4.2.0b5\TauArgus.exe ` to the location where argus is installed.
48
- See [ tutorial] ( https://github.com/lverweijen/tree/main/ tutorial.md ) for a general introduction.
48
+ See [ tutorial] ( https://lverweijen. github.io/piargus/ tutorial.html ) for a general introduction.
49
49
See [ Examples] ( https://github.com/lverweijen/tree/main/examples ) for more examples.
50
50
51
51
## See also
Original file line number Diff line number Diff line change 31
31
32
32
html_theme = 'sphinx_rtd_theme'
33
33
html_static_path = ['_static' ]
34
+
35
+ myst_enable_extensions = ["colon_fence" ]
36
+
37
+ # Code is in src. Make sure sphinx can find it
38
+ import sys
39
+ from pathlib import Path
40
+ src_folder = Path (__file__ ).parent .parent .parent / "src"
41
+ sys .path .insert (0 , str (src_folder .resolve (strict = True )))
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ export = [
44
44
[project .urls ]
45
45
Homepage = " https://github.com/lverweijen/piargus"
46
46
Repository = " https://github.com/lverweijen/piargus"
47
+ Documentation = " https://lverweijen.github.io/piargus"
47
48
Issues = " https://github.com/lverweijen/piargus/issues"
48
- Changelog = " https://github.com/lverweijen/ piargus/blob/main/ changes.md "
49
+ Changelog = " https://lverweijen. github.io/ piargus/changes.html
49
50
50
51
[tool.ruff]
51
52
line-length = 100
You can’t perform that action at this time.
0 commit comments