Rearrangement and Toctree updates#1200
Conversation
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
Signed-off-by: Utsav Paul <91927689+Smartmind12@users.noreply.github.com>
|
I don't think we should be doing this. @cosmicBboy, I'd like to know your thoughts. @Smartmind12, can we make this work without disrupting the docs structure? |
I researched alot and found that toctree works only if all files and folders are in one master folder which in this case is the docs folder. I am unaware another method that uses toctree but can refernce different master folders. In case we remove the toctree system and update the method of the edit then possibly we can do it without changing the structure. |
|
@Smartmind12, looks like the github url can be configured: https://stackoverflow.com/a/66238784 |
|
@samhita-alla @Smartmind12 apologies for not giving feedback earlier. So the current state is by design. The contents of the We need to customize the linking of the edit button instead of moving these files into |
The auto_examples folder did not exist and examples folder was outside the docs folder hence error of 404 arose due to error in toctree links in the docs folder. Hence i first uploaded the examples folder in the docs folder for toctree to work and then updated all the links of toctrees as per desired pathway.
Closes flyteorg/flyte#4109