Commit graph

61 commits

Author SHA1 Message Date
Griatch
c31dbc7a37 Update docs 2023-01-06 18:13:41 +01:00
Griatch
efd9c1764a Evennia 1.0.2 bugfix release 2022-12-21 17:23:29 +01:00
Griatch
ccbeb0673d Prep docs for branch move 2022-12-03 13:44:11 +01:00
Griatch
5f6e17d634 Version 1.0rc10, py3.10 min 2022-12-03 10:06:25 +01:00
Griatch
7833d9c69c Update with latest contribs, write summary-changelog 2022-12-01 22:53:02 +01:00
Griatch
ff8dde6011 Clean up protocol docs 2022-11-27 11:39:46 +01:00
Griatch
a77d568709 Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Griatch
3965f928fe Refactored Contrib docs, renamed many files 2022-11-23 21:15:23 +01:00
Griatch
a15a8ae428 Continue reworking/refactoring the tutorial docs 2022-11-22 00:12:59 +01:00
Griatch
ea8eedc3bf More doc syncing 2022-11-19 20:49:30 +01:00
Griatch
03d63067d4 Revert "Updated HTML docs."
This reverts commit b93bccfe88.
2022-11-15 20:46:50 +01:00
Griatch
b93bccfe88 Updated HTML docs. 2022-11-15 19:43:25 +00:00
Griatch
2cbca12b9f Rounds of doc cleanups 2022-11-10 23:15:54 +01:00
Griatch
acdf1043cb Update api docs 2022-11-09 21:46:06 +01:00
homeofpoe
a58849d9f7
Update Contrib-Custom-Gametime.md
Fixes typo in header
2022-10-25 09:20:57 -07:00
Griatch
3d6b1be709 Update docs for latest PRs 2022-10-23 10:58:19 +02:00
Griatch
caa4699788 Update docs 2022-10-03 19:42:51 +02:00
Griatch
16012f011b Update docs on i18n. Add new contrib 2022-10-02 11:19:11 +02:00
Griatch
48d78ba995 Update docs 2022-09-17 18:35:47 +02:00
Griatch
aaacd29fbc Resolve merge conflicts 2022-09-11 11:42:04 +02:00
Griatch
b1bf2be888
Merge pull request #2847 from Routhinator/fix-2846
Fix clothing creation instructions
2022-09-06 10:26:33 +02:00
Chris Routh
fee1f33c7c
Fix clothing creation instructions 2022-09-05 21:13:07 -07:00
Chris Routh
a2870673bf
Fix missing evennia. in setting
Fixes the  CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
2022-09-05 20:44:31 -07:00
Griatch
af2837c8c1 Merge branch 'develop' into contrib/evadventure 2022-08-28 14:56:34 +02:00
Griatch
77171aee8a Update doc builds 2022-08-28 14:56:21 +02:00
Griatch
9d1f35a888 Update doc sources with new contribs 2022-08-05 20:39:45 +02:00
Griatch
2f10eaa876 Start documenting evadventure 2022-08-05 20:33:22 +02:00
Griatch
d91cf1e792 Started expanding docs about tutorial game 2022-07-16 15:39:29 +02:00
Griatch
a18e5d0a81 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
8d9df39c04 Fix component docs 2022-03-27 18:35:21 +02:00
Griatch
479c259dab Fix bug in parentobject class inheritance. Update objects docs 2022-03-05 00:44:32 +01:00
Griatch
59212cbe46 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
c29e4b47be updating arxcode install doc 2022-02-05 17:03:12 +01:00
Griatch
fb0766a76c More doc cleanup 2022-02-05 16:54:06 +01:00
Griatch
152eaa3f95 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
fb702c3d6a Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
651caa6178 Further doc cleanup 2022-01-19 23:01:54 +01:00
Griatch
883ea77ae8 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
9367ca3d9a Auto-convert contrib readmes to doc pages 2022-01-08 00:58:56 +01:00
Griatch
1930f171b6 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
b69d056ef2 Change to MyST parser 2021-10-26 21:31:20 +02:00
Dimitri
7e90599482 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
Griatch
a1882fde08 Move scipy requirement to requirements_extra.txt 2021-10-05 22:04:55 +02:00
Griatch
789cc78a05 Add TraitProperties as alternative way to define Traits from the traits contrib. Also clean up docs to resolve #2450. 2021-08-30 22:33:21 +02:00
Griatch
287a769210 Direct-reference typeclass in xyzgrid example, for simplicity 2021-08-22 20:33:37 +02:00
Griatch
22d02ac098 Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494. 2021-08-22 20:30:22 +02:00
Griatch
514b1b84d5 Update the xyzgrid doc to clarify a few things 2021-08-08 22:23:21 +02:00
Griatch
382f9a9eaf Merge branch 'blogspot-https' of https://github.com/amfl/evennia into amfl-blogspot-https 2021-07-26 22:07:14 +02:00
Griatch
6efb3129ed Fixes to XYZGrid doc, docstrings 2021-07-23 01:16:32 +02:00
Griatch
466f07eca4 Add XYZgrid contrib api files, prepare for merge 2021-07-23 00:19:28 +02:00