-
Notifications
You must be signed in to change notification settings - Fork 160
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
document DeclareCategoryCollections; document constructors; improve reference manual; add NameOfCategoryCollections helper #3469
Merged
Conversation
This file contains 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
fingolfin
added
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
topic: documentation
Issues and PRs related to documentation
topic: library
release notes: to be added
PRs introducing changes that should be (but have not yet been) mentioned in the release notes
labels
May 21, 2019
fingolfin
requested review from
ChrisJefferson,
sebasguts,
olexandr-konovalov,
stevelinton,
ssiccha,
markusbaumeister and
PaulaHaehndel
May 21, 2019 23:17
Codecov Report
@@ Coverage Diff @@
## master #3469 +/- ##
==========================================
- Coverage 85.34% 80.38% -4.96%
==========================================
Files 699 696 -3
Lines 346479 343212 -3267
==========================================
- Hits 295708 275900 -19808
- Misses 50771 67312 +16541
|
markusbaumeister
approved these changes
May 22, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From reading the code, this looks good (better organised). There are some small improvements that could be made.
Many packages use DeclareCategoryCollections, so it seems sensible to document it officially.
Split DeclareCategoryCollections and move parts of it into a new helper function NameOfCategoryCollections. This is useful for AutoDoc.
Right now, a lot of information on filters, categories, representations etc. is scattered over multiple chapters and sections in the manual, making it hard to get a good overview about them. This commit is a first step towards improving this situation.
Specifically, move the documentation for NewCategory, NewAttributes, NewOperation etc. to the chapters and sections which deal with categories, attributes, operations, ...
fingolfin
changed the title
document DeclareCategoryCollections; add NameOfCategoryCollections helper; improve reference manual
document DeclareCategoryCollections; document constructors; improve reference manual; add NameOfCategoryCollections helper
May 24, 2019
DominikBernhardt
added
release notes: added
PRs introducing changes that have since been mentioned in the release notes
and removed
release notes: to be added
PRs introducing changes that should be (but have not yet been) mentioned in the release notes
labels
Aug 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: documentation
Issues and PRs related to documentation
topic: library
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 commit adding an explanation for constructors is stolen from @stevelinton's PR #611, albeit in slightly modified form. If this PR here is merged, I'll update PR #611 accordingly.