tortoise-orm icon indicating copy to clipboard operation
tortoise-orm copied to clipboard

'ReadTheDocs' documentation offline

Open davidmcnabnz opened this issue 2 years ago • 1 comments

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.

davidmcnabnz avatar Dec 06 '23 23:12 davidmcnabnz

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

janusheide avatar Dec 07 '23 09:12 janusheide