Skip to content

WIP: Support for html-in-python - #2

Open
mjal wants to merge 11 commits into
yourlabs:masterfrom
mjal:feat/html-in-python
Open

WIP: Support for html-in-python#2
mjal wants to merge 11 commits into
yourlabs:masterfrom
mjal:feat/html-in-python

Conversation

@mjal

@mjal mjal commented Oct 11, 2022

Copy link
Copy Markdown

Using code from pyxl4, we can now use html in python (still a work in progress)

Exemple

# coding: ryzom
el = (<div>
  <span>Click </span>
    <a class="link" href="/next">here</a>
  <span> to continue</span>
</div>)

Installation:
sudo python -m ryzom_codec.install

@mjal
mjal force-pushed the feat/html-in-python branch 3 times, most recently from 80472ac to 996f7df Compare November 7, 2022 23:25
@mjal
mjal force-pushed the feat/html-in-python branch from 996f7df to e913bd7 Compare November 7, 2022 23:28
yourlabsopensource pushed a commit that referenced this pull request Jun 25, 2026
The deleted ryzom.* autodoc stubs mostly pointed at modules that moved to
ryzom_django_channels. Add a ryzom_django_channels.rst (automodule) and wire it
into the toctree. routing is excluded — it imports django.conf.urls.url
(removed in Django 4) and would fail to import (pre-existing bug). Sphinx build
is warning-clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant