-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
(doc) Documentation standards #2717
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis pull request introduces comprehensive documentation updates across the pgRouting project. The changes primarily focus on standardizing documentation formatting, updating function statuses (proposed, experimental, official), and improving clarity in function descriptions. Key modifications include removing backticks from function names, updating warning section markers, clarifying function signatures, and adding references to the Boost Graph library. The updates span multiple documentation files, ensuring consistent presentation and enhanced readability without altering core functionality. Changes
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation
participant Markers as Section Markers
participant Boost as Boost Reference
Dev->>Docs: Update documentation
Docs->>Markers: Replace old markers
Markers->>Docs: Update section start/end
Dev->>Docs: Clarify function status
Dev->>Docs: Remove backticks
Dev->>Boost: Add library references
Boost->>Docs: Include references
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Standard on labels
Use:
official-start
andofficial-end
proposed-start
andproposed-end
experimental-start
andexperimental-end
warning-start
andwarning-end
Example
Availability and release notes
Example:
pgr_aStar
(One to One
) -> pgr_aStar(One to One)Boost information
Make it smaller and the last thing before the signatures
Example:
Before
with this PR
The link original link to boost is placed on the
See also
section.Links from index
Place the index command before the
|
so when jumping from the index page the title can be seen completly.Sentence about
sampledata
Use on the
See also
section:Instead of different sentences about using the sample data on the examples.
@pgRouting/admins
Summary by CodeRabbit
Based on the comprehensive summary of changes, here are the high-level release notes for end-users:
Release Notes
Documentation Improvements
Function Status Updates
Signature Changes
Experimental Features
Boost Graph Library Integration
Miscellaneous Improvements