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.
This PR deals mostly with cosmetic changes.
The dotless data names were changed to the main dotted data names (e.g.
_cell_wave_vector_seq_id
to_cell_wave_vector.seq_id
) in the human-readable text and examples since these are the preferred names.Note, that this PR also inadvertently corrects some of the category examples since not all dotless names used in the examples are defined in the dictionaries (e.g.
_atom_site_moment_Fourier.atom_site_label
is defined while the_atom_site_moment_Fourier_atom_site_label
alias is not).