Griatch
f66db3344d
Update djangodoc references also in READMEs, as per #3126
2023-03-04 20:10:12 +01:00
Griatch
cc204fd3bc
Add and fix up new Nginx doc page
2023-02-25 09:01:22 +01:00
amfl
00c2c92472
Fix various typos
2023-01-30 16:53:32 +13:00
Griatch
748fc17a59
Fix issue in sittable-object tutorial
2023-01-28 12:17:43 +01:00
Griatch
3ba6bc5468
Add attr= support to create_channel. Resolve #3078
2023-01-15 14:26:31 +01:00
Griatch
e5abef74c6
Fix merge conflict
2023-01-15 13:48:56 +01:00
Griatch
cca37f7022
Removed mentions of requirements.extra.txt from docs
2023-01-15 13:47:52 +01:00
Xinefus/Braska
7172d1a39f
Update Contrib-XYZGrid.md
...
install method changed to `pip install evennia[extra]`
2023-01-13 23:14:59 -05:00
Griatch
0ab0bb67a4
Update docs
2023-01-06 18:13:41 +01:00
Griatch
290475a9fe
Evennia 1.0.2 bugfix release
2022-12-21 17:23:29 +01:00
Griatch
f468005a34
Prep docs for branch move
2022-12-03 13:44:11 +01:00
Griatch
07935f68a3
Version 1.0rc10, py3.10 min
2022-12-03 10:06:25 +01:00
Griatch
c272beef99
Update with latest contribs, write summary-changelog
2022-12-01 22:53:02 +01:00
Griatch
20520d99d5
Clean up protocol docs
2022-11-27 11:39:46 +01:00
Griatch
00035c15d5
Cleaned up Coding and style guides, improved contribs
2022-11-25 19:47:32 +01:00
Griatch
da341af663
Refactored Contrib docs, renamed many files
2022-11-23 21:15:23 +01:00
Griatch
77e78573ca
Continue reworking/refactoring the tutorial docs
2022-11-22 00:12:59 +01:00
Griatch
b84fab9300
More doc syncing
2022-11-19 20:49:30 +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
4128bc4733
Rounds of doc cleanups
2022-11-10 23:15:54 +01:00
Griatch
305bbe4d5e
Update api docs
2022-11-09 21:46:06 +01:00
homeofpoe
04c37567d6
Update Contrib-Custom-Gametime.md
...
Fixes typo in header
2022-10-25 09:20:57 -07:00
Griatch
9a2a3fc2cb
Update docs for latest PRs
2022-10-23 10:58:19 +02:00
Griatch
696f904d63
Update docs
2022-10-03 19:42:51 +02:00
Griatch
c6d9273798
Update docs on i18n. Add new contrib
2022-10-02 11:19:11 +02:00
Griatch
e8d08ad597
Update docs
2022-09-17 18:35:47 +02:00
Griatch
6a6ddbe558
Resolve merge conflicts
2022-09-11 11:42:04 +02:00
Griatch
20913760ed
Merge pull request #2847 from Routhinator/fix-2846
...
Fix clothing creation instructions
2022-09-06 10:26:33 +02:00
Chris Routh
bdb3ef0d10
Fix clothing creation instructions
2022-09-05 21:13:07 -07:00
Chris Routh
946472be76
Fix missing evennia. in setting
...
Fixes the CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
2022-09-05 20:44:31 -07:00
Griatch
9c45feaf10
Merge branch 'develop' into contrib/evadventure
2022-08-28 14:56:34 +02:00
Griatch
b99a4aabca
Update doc builds
2022-08-28 14:56:21 +02:00
Griatch
e854432cc9
Update doc sources with new contribs
2022-08-05 20:39:45 +02:00
Griatch
2a62cc427a
Start documenting evadventure
2022-08-05 20:33:22 +02:00
Griatch
e6ac8d347e
Started expanding docs about tutorial game
2022-07-16 15:39:29 +02:00
Griatch
f4272bd952
Update docs with contrib auto-generated content
2022-07-11 10:03:45 +02:00
Griatch
9859764906
Fix component docs
2022-03-27 18:35:21 +02:00
Griatch
efb5682449
Fix bug in parentobject class inheritance. Update objects docs
2022-03-05 00:44:32 +01:00
Griatch
628afe9367
Refactor 1.0 docs with new toctree structure and inheritance
2022-02-06 19:27:15 +01:00
Griatch
c5a36088c4
updating arxcode install doc
2022-02-05 17:03:12 +01:00
Griatch
9e9dcd47d9
More doc cleanup
2022-02-05 16:54:06 +01:00
Griatch
ca7bee9d99
Considerable cleanup of installation docs
2022-02-05 14:03:01 +01:00
Griatch
5859de7054
Change to use super() instead of the old py2 style everywhere
2022-01-26 21:51:55 +01:00
Griatch
d00ed3f82a
Further doc cleanup
2022-01-19 23:01:54 +01:00
Griatch
e96bbb4b86
Clean up contrib docs, autogeneration
2022-01-08 15:04:07 +01:00
Griatch
b922cf9b3c
Auto-convert contrib readmes to doc pages
2022-01-08 00:58:56 +01:00
Griatch
7f2b8c81d7
Fixing contrib test issues
2021-12-19 15:33:41 +01:00
Griatch
a51e4af609
Change to MyST parser
2021-10-26 21:31:20 +02:00
Dimitri
851ca30be5
issue #2243 -- prefer f-strings over %-interpolation
...
edited docs to prefer f-strings, then str.format(), and remove %-interpolation
additional ad-hoc documentation fixes, as opportunities seen:
- replace Built-In Function (BIF) "min" variable with "mins"
- prefer BIF str(var) over "%s" % var
- reformat some code examples to clarify multiple args passed to functions
- change some single-quote strings to double-quotes for consistency
- fix mismatched parens
misc edits:
- add .vscode/ to gitignore
2021-10-12 12:13:42 -06:00