Reorganize the documentation into multiple chapters#27
Merged
stof merged 2 commits intominkphp:masterfrom Jan 6, 2015
Merged
Conversation
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.
Member
Author
|
@aik099 here is the first step of the doc update |
Member
Author
|
I'm merging this to continue for the next step. |
stof
added a commit
that referenced
this pull request
Jan 6, 2015
Reorganize the documentation into multiple chapters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.