I noticed when getting started that the indentation indicated in the docs is not quite correct, at least as I observed when testing. I think it's because the line for os had a tab, and the others had spaces?
In any case, I hope this is now the correct syntax for custom commands.
Let me know if I should also commit the results of running make doc - I did this and verified the output is correctly fixed, but there is a large diff, especially of whitespace, on files I shouldn't have affected.
I noticed when getting started that the indentation indicated in the docs is not quite correct, at least as I observed when testing. I think it's because the line for
os
had a tab, and the others had spaces?In any case, I hope this is now the correct syntax for custom commands.
Let me know if I should also commit the results of running
make doc
- I did this and verified the output is correctly fixed, but there is a large diff, especially of whitespace, on files I shouldn't have affected.Cheers!