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
bc5ba46851
Add additional script migration
2022-01-07 22:27:06 +01:00
Griatch
19f920b6d4
Clean up all test suites
2022-01-07 16:12:12 +01:00
Griatch
7f2b8c81d7
Fixing contrib test issues
2021-12-19 15:33:41 +01:00
Griatch
40f1023a89
Update silvren contact info
2021-12-16 19:29:18 +01:00
Griatch
0083e23c7e
Cleanup of doc
2021-12-13 19:02:56 +01:00
Griatch
2891febc12
Update online setup with new entries from master
2021-12-13 18:59:27 +01:00
Griatch
5ff69d7086
Added sorting for autodoc alias listing
2021-11-13 02:26:23 +01:00
Griatch
39b134ac56
Update default commands
2021-11-13 02:18:31 +01:00
Griatch
7cfb9e3b42
Co-exist @-prefixes for management commands. Resolve 2353.
2021-11-13 02:15:30 +01:00
Griatch
297daf5492
Change doc style for code
2021-11-10 23:45:40 +01:00
Griatch
b27e51ac32
Some doc updates
2021-11-10 21:31:34 +01:00
Griatch
0f3f6244cb
More doc style updates
2021-11-10 09:08:31 +01:00
Griatch
508ecdb3f7
Update doc look, fix some typos
2021-11-10 01:25:53 +01:00
Griatch
7a60e9ed0d
AttributeProperty for managing Attributes similarly to Django fields
2021-11-09 23:08:28 +01:00
Griatch
2df0b9c943
Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753
2021-11-04 00:15:27 +01:00
Griatch
36e985557f
Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454 .
2021-10-31 22:18:58 +01:00
Griatch
be3fea2af4
Link to new doc page
2021-10-30 22:38:04 +02:00
Griatch
9d6cb98349
Add pronoun parsing for msg_contents inlinefuncs
2021-10-30 22:36:40 +02:00
Griatch
bf04d29293
Change to doc deploy script
2021-10-26 22:32:04 +02:00
Griatch
0c523a8043
Update DefaultObject.search docstring. Resolve #2264 .
2021-10-26 21:54:42 +02:00
Griatch
bf586a07e0
Fix doc makefile
2021-10-26 21:34:32 +02:00
Griatch
a51e4af609
Change to MyST parser
2021-10-26 21:31:20 +02:00
Dimitri
704bd1cdf1
correct typo "npt" -> "npc"
2021-10-12 12:13:42 -06: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
Dimitri
e98ea55d98
fix #2549 -- no reuse BIF names
...
- fixed docs to not demonstrate reuse of built-in function
names "str" and "int", even when within a one-off script
- note: did *not* change the "str" and "int" shown in
Howto/Starting/Part1/Learning-Typeclasses.md file,
as those are class variables (i.e., Character.str and
Character.int), which does not replace the BIFs of
str() and int(). Therefore, methods inside the class
can still use the python BIFs. While this is possibly
confusing to new python programmers, it is also not
within the scope of #2549 .
misc edits:
- add .vscode/ to gitignore
2021-10-12 07:14:38 -06:00
Griatch
798fb7d92d
Merge pull request #2557 from dimitrilw/dev-fix-md-fmt-in-Links-doc
...
fixed broken links & nested bullets
2021-10-12 10:18:48 +02:00
Griatch
9de5a082ec
Merge pull request #2556 from dimitrilw/dev-tweak-diku-users-helpfile
...
small edits to the Evennia-for-Diku-Users.md file
2021-10-12 10:15:43 +02:00
Dimitri
c374dc6e1e
fixed broken links & nested bullets
2021-10-11 09:45:59 -06:00
Dimitri
2cc3125f2d
small edits to the Evennia-for-Diku-Users.md file
...
- fix demo C block's semicolons
- minor edits for readability
- punctuation tweaks
2021-10-10 15:17:50 -06:00
Griatch
73990e851c
Refactor Permissions documentation
2021-10-09 17:21:37 +02:00
Griatch
c3df322a70
Move scipy requirement to requirements_extra.txt
2021-10-05 22:04:55 +02:00
Griatch
b945b69238
Resolve merge conflicts
2021-10-05 21:54:27 +02:00
Griatch
68265994fa
Apply doc change from master branch
2021-10-05 21:51:19 +02:00
Griatch
6aaef1c392
Merge pull request #2539 from marado/master
...
Getting Started: more troubleshooting info
2021-10-05 21:49:45 +02:00
Marcos Marado
7f08ebf9dd
Getting Started: more troubleshooting info
...
Issues #2434 or #2070 show that the installation guide can be a little
bit confusing regarding on which directory should the user be when
trying to pip install.
This commit adds an entry on the Troubleshooting section, in hopes of
helping those who stumble with that process.
2021-10-01 16:26:16 +01:00
james
1ef4431ac1
small change to sync the doc example with imported name in game_template/commands/command.py
2021-09-28 19:09:26 -04:00
Griatch
78e063d9ca
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
6e975236eb
Direct-reference typeclass in xyzgrid example, for simplicity
2021-08-22 20:33:37 +02:00
Griatch
ddaf22ea58
Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494 .
2021-08-22 20:30:22 +02:00
CloudKeeper
5515cb794f
Appended caller to search method call
...
Looked like a simple omission. Spotted by Jarenko.
2021-08-16 03:15:45 +10:00
Griatch
3c4419c616
Update the xyzgrid doc to clarify a few things
2021-08-08 22:23:21 +02:00
Griatch
3f436a5bb2
Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373
2021-08-06 20:31:01 +02:00
Griatch
a815db4ca9
Complete permanent->persistent rename of cmdset kwarg for consistency
2021-08-06 17:16:44 +02:00
Griatch
e8eb5f7586
Better spacing
2021-08-06 00:50:59 +02:00
Griatch
01de3bc47d
Update doc sidebar
2021-08-06 00:44:46 +02:00
Griatch
7b224b74e4
Merge branch 'blogspot-https' of https://github.com/amfl/evennia into amfl-blogspot-https
2021-07-26 22:07:14 +02:00
Griatch
eceb8aa001
Update toc
2021-07-23 01:23:23 +02:00
Griatch
3c72b48d59
Fixes to XYZGrid doc, docstrings
2021-07-23 01:16:32 +02:00