-
Notifications
You must be signed in to change notification settings - Fork 9
A series of revisions - HTML #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DeathFishAtEase
wants to merge
17
commits into
Ares-Developers:gh-pages
Choose a base branch
from
DeathFishAtEase:gh-pages
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
A series of revisions - HTML #16
DeathFishAtEase
wants to merge
17
commits into
Ares-Developers:gh-pages
from
DeathFishAtEase:gh-pages
Conversation
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
Starting from frame 150 (0-based), the cursor that overlays the wrench on the Move cursor and continuously rotates is actually EngineerRepair, and the same applies to the other one.
[General] -> DeployDir to [AudioVisual] -> C4Warhead
…s the first one initiated, in HTML. [General] -> C4Warhead to [CombatDamage] -> C4Warhead
it directly used the value from the previous line's TakeVehicle. Specifically, this is equivalent to using the image for Enter instead of C4.
In fact, even before the changes were made, the original text's `VehicleTypes` was also rendered incorrectly due to incorrect writing in rst.
e928cab
to
52fb8fb
Compare
It does not use buildings with `EMPulseCannon=yes`, but rather uses the buildings to which this super weapon is attached.
It does not use `SW.AffectsHouse` but uses `Lightning.RadarOutageAffects`.
c324f39
to
c66b8f8
Compare
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 HTML version of PR #10, can be used directly for reading even if the changes to
rst
cannot be merged, and considering that HTML documents are actually generated from*.rst
files using Sphinx, therefore, these edited HTML files can be easily overwritten even if merged, thus, there are unlikely to be issues with merge conflicts.Note
Unlike the changes to
rst
in PR #10, these HTML modifications are based on the official offline documentation that has been updated to version 3.0p1 (currently, the official online version is actually version 3.0).