The content is still the same. This change is focusing on moving it around to split the doc into multiple pages.
The order of the toctree is also meant to put the emphasis on the Session and Element rather than on the driver like previously, because the driver is the internal API of Mink and beginners should never need to deal with it except for the instantiation.
Next steps are now to rewrite each chapter to bring it uptodate and make it better (for instance making the Session chapter describe it as a main API rather than as a convenience layer on top of the driver, which is not described previously anymore). This will be done in separate PRs after this one is merged as it is easier when having multiple page.
The content is still the same. This change is focusing on moving it around to split the doc into multiple pages. The order of the toctree is also meant to put the emphasis on the Session and Element rather than on the driver like previously, because the driver is the internal API of Mink and beginners should never need to deal with it except for the instantiation.
Next steps are now to rewrite each chapter to bring it uptodate and make it better (for instance making the Session chapter describe it as a main API rather than as a convenience layer on top of the driver, which is not described previously anymore). This will be done in separate PRs after this one is merged as it is easier when having multiple page.