Lines Matching full:time
22 of re-writing writing `conf.py` and a `header.rst` each time docs
49 tasks by shortening the turn-around time between doc modification
53 run time to a run time that is workable for rapidly repeating doc
83 Generation time depends on the number of `.rst` files that
87 | Docs Changed | Time | Typical Time to Browser Refresh |
119 Skips generating API pages (this saves about 70% of build time).
121 turn-around time between doc modifications and seeing final results.
140 `.rst` files to `temp_directory` when they are updated to save time
193 print('Current time: ' + str(t1))
201 # This saves a huge amount of time during long document projects.
627 print('Current time: ' + str(t2))
630 print('Current time: ' + str(t3))
631 print('Sphinx run time: ' + str(t3 - t2))
652 print('Total run time: ' + str(t4 - t1))