-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create airshipctl user guide documentation structure #280
Comments
The work on this has been dated, and we should reprioritize this on the flight plan call, especially since there is a team writing documentation now. |
Please assign this to me, thank you! |
@SirishaGopigiri all yours! This one is listed with a size xl currently but we moved away from using that. Once you assess, please let me know and I'll update the size label. Thanks! |
@ak3216 Size would be 'L'. Thank you! |
Related Change #784358Subject: Create airshipctl cli user guide documentation structure ApprovalsCode-Review
-2 Kostyantyn Kalynovskyi
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-05 04:39:57 CDT |
Related Change #786629Subject: Baremetal- updating cmd files for documentation ApprovalsCode-Review
+2 Dmitry Ukov
+2 Kostyantyn Kalynovskyi
Verified
+1 ATT Airship2.0 CI
+2 Zuul
Workflow
+1 Dmitry Ukov Last Updated: 2021-05-11 04:59:58 CDT |
Related Change #786838Subject: Zuul gate to check if the cli doc is generated This change will close this issue when merged. ApprovalsCode-Review
+1 Bijaya Sharma
+1 Sujeet Chaudhary
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-26 03:59:01 CDT |
Related Change #789250Subject: Separate folders-Create airshipctl cli user guide documentation ApprovalsCode-Review
! None
Verified
-1 ATT Airship2.0 CI
+1 Zuul
Workflow
! None Last Updated: 2021-05-26 03:39:00 CDT |
Related Change #790003Subject: Cluster- updating cmd files for documentation ApprovalsCode-Review
+2 Dmitry Ukov
+2 Kostyantyn Kalynovskyi
Verified
+1 ATT Airship2.0 CI
+2 Zuul
Workflow
+1 Dmitry Ukov Last Updated: 2021-05-11 04:59:57 CDT |
Related Change #790020Subject: Config- updating cmd files for documentation ApprovalsCode-Review
+2 Kostyantyn Kalynovskyi
+1 Brian Wickersham
+1 James Gu
+1 Lindsey Durway
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-26 10:39:00 CDT |
Related Change #790023Subject: Phase- updating cmd files for documentation ApprovalsCode-Review
+1 Lindsey Durway
+1 Bijaya Sharma
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-27 08:20:00 CDT |
Related Change #790026Subject: Plan,Secret- updating cmd files for documentation ApprovalsCode-Review
! None
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-27 05:59:01 CDT |
Related Change #790033Subject: Updating cmd files for documentation ApprovalsCode-Review
! None
Verified
-1 ATT Airship2.0 CI
+1 Zuul
Workflow
! None Last Updated: 2021-05-28 01:59:57 CDT |
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I323fa145b512e58cb878b117656c51bc39e76360
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I7c088528842ff859f502d4484ff9a3847ebb1177
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: If3ec175e2f582919296576a4bff6ae64871a7333
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I3587ad211f7d614b5cc6a162ca352ac54c3b90f0
The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I5d46bd361088cc1e4aff79a3009cd43a73ca1252
This PS updates cmd related to root, completion, document and version subcommands. It also updates minor details in other subcommands. The description and examples are updated for the airshipctl commands, which will be inturn used for generating documentation. Please ignore the .md file changes in this PS. They are added for zuul gates to pass. Here is the PS with generated documention files https://review.opendev.org/c/airship/airshipctl/+/789250 Relates-To: #280 Change-Id: I562c15c0d25b2e9731c0eb03854d1d348eb435f2
Current modified go code, generates RsT files for each airshipctl cmd and places them in a folder specific to the airshipctl subcommand. It also generates the index.rst file for the specific airshipctl subcommand folders. These generated rst files are appropriate to sphinx, so that they can be easliy rendered in docs.airshipit.org Steps to render the document locally * Install sphinx: python3 -m pip install sphinx * Clone airshipctl: git clone https://github.com/airshipit/airshipctl.git * Download current PS: cd airshipctl; git fetch "https://review.opendev.org/airship/airshipctl" refs/changes/50/789250/2 && git checkout -b change-789250-1 FETCH_HEAD * Build sphinx html pages: cd docs/source; sphinx-build -b html . _build * Run local server: cd _build; python3 -m http.server * Open URL to access the page: http://localhost:8000/ navigate to commands section access the document Relates-To: #280 Change-Id: Ifa1dafc7b296014cc826072ac2c52f4488421352
Proposed change
Create a file/directory structure to to support more detailed user guide command documentation. This structure would be referenced within the code and will enable the documentation to be automatically generated at merge time.
The text was updated successfully, but these errors were encountered: