-
Notifications
You must be signed in to change notification settings - Fork 41
Enhance documentation #146
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
base: master
Are you sure you want to change the base?
Conversation
… documentaiton for RST API reference
…expanded examples, clear navigation, complete user guides in docs directory
|
@kgofron I kind of see a reason for making a distinction between "user guides" vs. API reference. However, I do not like the idea of a separation which makes cross-referencing significantly more difficult. I know that sphinx+rST is not everyone's favorite. For me, it is mostly a case of not having a better way to handle generated API documentation than doxygen+breathe. I'm open to changes like reorganization of the ToC tree. Changing some files to markdown, provided that cross-references are maintained. Perhaps other reorganizing I have not thought of. And of course adding new content. However, I would like to keep all of the PVXS documentation in the sphinx environment, and published to github pages. |
docs/ARCHITECTURE.md
Outdated
| ┌─────────────────────────────────────────────────────────────┐ | ||
| │ Application Layer │ | ||
| │ ┌──────────────┐ ┌──────────────┐ │ |
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.
…tatic paths for images; requires linkify-it-py instead
…ge instead of linkify
|
@mdavidsaver : Integrate Markdown User Guides into Sphinx Documentation SummaryThis PR integrates markdown user guides into the Sphinx documentation environment and reorganizes the documentation structure into logical subdirectories, addressing PR reviewer (@mdavidsaver ) feedback to maintain all documentation in a unified Sphinx environment with improved cross-referencing. Key Changes1. Sphinx Configuration
2. Directory Reorganization
3. Cross-Reference Updates
4. Build Configuration
5. Documentation Improvements
Benefits
Files Changed
Testing
Notes
|
Comprehensive documentation enhancements and reorganization for PVXS, creating a clear separation between user guides (Markdown in
docs/) and API reference (RST indocumentation/). All documentation enhanced with cross-references, navigation improvements, and acknowledgments.Changes
Reorganization
docs/directory for markdown user guidesdocumentation/(Sphinx source)Enhancements
Structure
Files Changed
New: docs/QUICKSTART.md, docs/CONTRIBUTING.md, docs/DOCUMENTATION.md, documentation/README.md
Enhanced: README.md, docs/*.md files (moved and updated)
Updated: documentation/index.rst
Future
Possible: Suggested improvments to documentation directory:
Logical layout: