Griatch
9d99ce283e
More doc updates
2022-12-03 13:54:58 +01:00
Griatch
f468005a34
Prep docs for branch move
2022-12-03 13:44:11 +01:00
Griatch
cf5987d16a
Prep for parallel main branch
2022-12-03 11:39:45 +01:00
Griatch
07935f68a3
Version 1.0rc10, py3.10 min
2022-12-03 10:06:25 +01:00
Griatch
bb3112d2f4
Make virtualenv text a little clearer
2022-12-01 18:23:09 +01:00
Griatch
1c52489661
Emphasize virtualenv more in pip install
2022-12-01 18:12:32 +01:00
Griatch
c6e3ee7589
Update and link new discord docs; reformat code for PEP8
2022-12-01 00:20:26 +01:00
Griatch
a71534cc3b
Merge pull request #3001 from InspectorCaracal/discord-integration
...
Add discord chat integration
2022-11-30 23:55:39 +01:00
InspectorCaracal
049e40910b
update for removal of /name
2022-11-30 15:39:22 -07:00
InspectorCaracal
e8d0754d7d
addressing requested changes
2022-11-29 16:33:12 -07:00
InspectorCaracal
4e7222ea7f
cleanup and comments
2022-11-27 22:56:13 -07:00
Griatch
ee9100c5fb
Update install instructions for Windows and py3.11
2022-11-27 23:24:28 +01:00
Griatch
9897109419
Add Evennia-in-Pictures as second intro doc page
2022-11-27 21:11:38 +01:00
InspectorCaracal
a2eb049fc9
cleanup and docs
2022-11-26 18:36:53 -07: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
da341af663
Refactored Contrib docs, renamed many files
2022-11-23 21:15:23 +01:00
Griatch
7845369d50
Cleanup of setup doc section
2022-11-22 17:59:39 +01:00
Griatch
d0156f069d
Some build fixes
2022-11-22 11:31:52 +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
2f2dada10b
Update install instructions for Windows
2022-11-19 18:36:47 +01:00
Griatch
4f5c83fb7a
Update installation
2022-11-19 10:59:05 +01:00
Griatch
8787f8c34f
Support install from pypi (rc1)
2022-11-19 01:25:55 +01:00
Griatch
544638bf42
Add support for Python3.11
2022-11-15 23:51:13 +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
305bbe4d5e
Update api docs
2022-11-09 21:46:06 +01:00
Griatch
0ed055a0a4
Add info in install docs on switching to develop branch for now. Resolve #2689
2022-10-23 11:26:47 +02:00
henddher
43b9ec8d2e
Remove refs to @tz.
2022-10-16 16:14:50 -05:00
Marcos Marado
2ddd077bd5
docs: added CSRF_TRUSTED_ORIGINS to the example
...
On the Online Setup documentation there is a settings file sample, but
it does not include the CSRF_TRUSTED_ORIGINS, which is needed and
should be documented.
Closes : #2767
2022-10-01 15:04:34 +01:00
Griatch
e8d08ad597
Update docs
2022-09-17 18:35:47 +02:00
Griatch
805fbd5edb
Expand tutorial on equipmenthandler
2022-08-30 23:05:51 +02:00
Griatch
1946e9e029
Note about urls in upgrade docs
2022-08-11 09:09:49 +02:00
Griatch
e854432cc9
Update doc sources with new contribs
2022-08-05 20:39:45 +02:00
Griatch
99255bcf07
Remove spurious init file. Resolve #2612
2022-02-12 20:54:48 +01:00
Griatch
628afe9367
Refactor 1.0 docs with new toctree structure and inheritance
2022-02-06 19:27:15 +01:00
Griatch
8a7ebf992b
Fix caller reference in doc. Resolve #2296 .
2022-02-05 23:00:45 +01:00
Griatch
8ea4bafe91
Update doc on requirements
2022-02-05 20:37:27 +01:00
Griatch
66f5c4ab20
Fix and clean up docker build doc
2022-02-05 18:51:23 +01:00
Griatch
9e9dcd47d9
More doc cleanup
2022-02-05 16:54:06 +01:00
Griatch
4600b0956f
Update troubleshooting docs
2022-02-05 16:40:36 +01:00
Griatch
ca7bee9d99
Considerable cleanup of installation docs
2022-02-05 14:03:01 +01:00
Griatch
3b5e20c4c2
Update contrib doc pages
2022-01-08 16:30:31 +01:00
Griatch
40f1023a89
Update silvren contact info
2021-12-16 19:29:18 +01:00
Griatch
2891febc12
Update online setup with new entries from master
2021-12-13 18:59:27 +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