Griatch
3965de8d16
Evennia 4.5.0 minor release
2024-11-12 10:39:35 +01:00
Marcos Marado
0984fccafb
fix: remove erroneous links from the documentation
...
Sphinx assumes that WORD.py should be a link to https://WORD.py .
This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.
This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
Griatch
67db991715
Update Changelog, build new contrib docs
2024-10-21 21:10:22 +02:00
Griatch
25ddad219e
Evennia 4.4.1 patch release
2024-10-01 09:12:09 +02:00
Griatch
d76bc1a62b
Evennia 4.4.0 minor release
2024-09-29 15:11:37 +02:00
Griatch
2b95446dd0
Fix infinite loop if using print() in py cmd. Resolve #3616
2024-09-29 12:34:16 +02:00
Griatch
f2a5c5a85a
Update CHANGELOG
2024-09-10 14:12:06 +02:00
Griatch
11f0e8b01a
Update CHANGELOG, sync docs
2024-08-25 09:23:24 +02:00
Griatch
5797b711db
Evennia 4.3.0 minor release
2024-08-11 10:46:52 +02:00
Griatch
1d689ed78c
Update changelog
2024-07-20 07:54:05 +02:00
Griatch
783dc46cd3
Update docs, add contrib header for new repor system contrib
2024-07-13 14:24:48 +02:00
Griatch
69bab720d4
Update Changelog
2024-07-10 19:52:02 +02:00
Griatch
2a229b8b8e
Evennia 4.2.0 minor release
2024-06-27 22:37:43 +02:00
Griatch
3e3d391224
Make doc index page report version/update-time and link to changelog. Resolve #3547
2024-06-27 17:00:51 +02:00
Griatch
7eea74b614
Update search tutorial, resolving #3399
2024-01-14 16:59:30 +01:00
Griatch
9e6f828cf8
Cleanup of docs
2023-07-23 21:43:58 +02:00
Griatch
9d99ce283e
More doc updates
2022-12-03 13:54:58 +01:00
Griatch
9897109419
Add Evennia-in-Pictures as second intro doc page
2022-11-27 21:11:38 +01:00
Griatch
ff6e01475d
Fix unit test. Update/remove more coding docs
2022-11-25 21:22:34 +01:00
Griatch
00035c15d5
Cleaned up Coding and style guides, improved contribs
2022-11-25 19:47:32 +01:00
Griatch
f79c2493b3
Fix coding links
2022-11-24 00:01:57 +01:00
Griatch
58e9008428
Fixed the doc-contrib page
2022-11-23 22:14:59 +01:00
Griatch
da341af663
Refactored Contrib docs, renamed many files
2022-11-23 21:15:23 +01:00
Griatch
c7548f1d18
Update index links
2022-11-21 08:33:32 +01:00
Griatch
0b9f6ac540
Extensive cleanup of docs
2022-11-21 00:33:36 +01:00
Griatch
b84fab9300
More doc syncing
2022-11-19 20:49:30 +01:00
Griatch
68b87d6157
Taking pass cleaning up docs
2022-11-19 20:24:11 +01:00
Griatch
1c1ed02c66
Trigger doc build
2022-11-19 01:48:49 +01:00
Griatch
a452434ba8
Revert "Updated HTML docs."
...
This reverts commit 06bc3c8bcd .
2022-11-15 20:46:50 +01:00
Griatch
06bc3c8bcd
Updated HTML docs.
2022-11-15 19:43:25 +00:00
Griatch
f4d677dbba
Cleanup of several documentation pages
2022-11-10 23:22:48 +01:00
Griatch
4128bc4733
Rounds of doc cleanups
2022-11-10 23:15:54 +01:00
Griatch
628afe9367
Refactor 1.0 docs with new toctree structure and inheritance
2022-02-06 19:27:15 +01:00
Griatch
ca7bee9d99
Considerable cleanup of installation docs
2022-02-05 14:03:01 +01:00
Griatch
a830cabb1b
Test build
2022-01-21 01:18:44 +01:00
Griatch
3b5e20c4c2
Update contrib doc pages
2022-01-08 16:30:31 +01:00
Griatch
a51e4af609
Change to MyST parser
2021-10-26 21:31:20 +02:00
amfl
11fa5fe184
Change most http links to https
2021-06-23 21:17:30 +12:00
Griatch
e930bd4ff1
Fix doc header for better build
2020-11-14 11:53:15 +01:00
Griatch
03fcb81fb3
Clean up develop doc build to avoid clashes
2020-10-19 22:40:43 +02:00
Griatch
90a1a0cba8
Resolve merge conflicts
2020-10-08 23:35:31 +02:00
Griatch
1dec03c7d6
Latest pull from wiki
2020-09-20 19:57:27 +02:00
Griatch
3aeb9b43f3
Add sphinx-theme dependence for docs
2020-09-19 17:14:39 +02:00
Griatch
d4e1e537cd
Set up install for doc-build
2020-09-19 17:04:35 +02:00
Griatch
97b6be7bce
Fix doc-build action
2020-09-19 16:31:07 +02:00
Griatch
356d52b226
Test change in docs/source for action pickup
2020-09-19 16:27:28 +02:00
Griatch
c2af8d2889
Refactor starting tutorial intro pages
2020-07-31 18:40:48 +02:00
Griatch
c52f505d00
Copy doc tools from develop
2020-07-12 20:03:09 +02:00
Griatch
7eab265994
Rename Contrib to Contribs in docs
2020-07-12 17:36:01 +02:00
Griatch
b5b265ec3b
Doc refactor/renaming
2020-07-12 17:33:52 +02:00