tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.7k stars 391 forks source link

'ReadTheDocs' documentation offline #1523

Open davidmcnabnz opened 12 months ago

davidmcnabnz commented 12 months ago

Describe the bug Not a bug, but noting a disappearance of the Tortoise documentation on ReadTheDocs

To Reproduce Visit the Tortoise section in ReadTheDocs.io https://tortoise-orm.readthedocs.io/en/latest/getting_started.html

Expected behavior Appearance of the valuable documentation

Additional context There is much needed user information that was readily accessible only through the ReadTheDocs site. Example - modifier suffixes for filtering, which used to be reachable at: https://tortoise-orm.readthedocs.io/en/latest/query.html

Now, for the .filter() keyword modifier suffixes, there is no straightforward way to find the list of these in the GitHub documentation pages.

janusheide commented 11 months ago

Just a comment,

I am pretty sure the readthedocs documentation was taken down because it was no longer being updated, see #1096

Unfortunately, the replacement https://tortoise.github.io/ does not serve older versions of the docs, although not ideal, you could build that yourselves. I assume there is a reason why the older versions of the docs are not there.

Maybe you are looking for something like this?: https://tortoise.github.io/query.html?h=filter#filtering