-
Notifications
You must be signed in to change notification settings - Fork 12
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
Designate output directory #26
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
thanks, yeh this shouldn't be too difficult, although I haven't got much time to do it right now 😬 The way I have set it up to run now is best used with a git version controlled repo. Then you can run and compare the changes with a git related tool If you want to try making a PR, the code to change would be here: rst-to-myst/rst_to_myst/cli.py Line 329 in 2af0b73
|
Thanks for the pointer to the code. I wrote a shell script that I think I can adapt for this purpose. It's also on my "things to do for open source list". 😜 |
Haha yeh my TODO list always seems to get longer |
Our motto in the Pylons Project: "Operating at the speed of open source." |
Is your feature request related to a problem? Please describe.
When converting all files, a new file is created as a sibling to the original. I must copy all these files to separate directory to build the converted files and compare to the original.
Describe the solution you'd like
It would be nice to be able to designate an output directory separate from the source directory. This would make it easier to build the converted files.
Describe alternatives you've considered
There might be an existing option to redirect output of which I am not aware, whether that is with this app or a shell command. I might create a shell script that uses rsync to move files into a separate directory to build the converted docs.
The text was updated successfully, but these errors were encountered: