-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
I believe managing the project's documentation requires additional effort. We could reduce this effort by referencing the respective repositories to their sections.
Implementation considerations
This feature proposal is to lighten the efforts for maintaining the documentation by directly delivering the changes to the respective repositories. I think additional improvements can be observed after this setup.
- The Mardown files of the
docsfolder in other repositories usually fall under the same section in the documentation website. We could set up theconf.pyto pull the data from these directories to perform a runtime compilation of the documentation during CD. - This setup usually uses the same information on both ends. The
docsfolder of the respective repositories can be independently referred to and through the documentation website. - The coding examples for the documentation can still use
.rstwith references being made to the scripts. This can go into this repository for running CI tests. - Maintaining milestones-based documentation will be easier in my opinion considering the one-to-one relations between all the repositories.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request