sources.py 671 B

12345678910111213141516171819202122232425
  1. # Copyright David Abrahams 2004. Use, modification and distribution is
  2. # subject to the Boost Software License, Version 1.0. (See accompanying
  3. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. sources = [
  5. 'counting_iterator.rst',
  6. 'facade-and-adaptor.rst',
  7. 'filter_iterator.rst',
  8. 'function_input_iterator.rst',
  9. 'function_output_iterator.rst',
  10. 'index.rst',
  11. 'indirect_iterator.rst',
  12. 'pointee.rst',
  13. 'iterator_adaptor.rst',
  14. 'iterator_facade.rst',
  15. 'new-iter-concepts.rst',
  16. 'permutation_iterator.rst',
  17. 'reverse_iterator.rst',
  18. 'transform_iterator.rst',
  19. 'zip_iterator.rst',
  20. 'iterator_archetypes.rst',
  21. 'iterator_concepts.rst',
  22. 'iterator_traits.rst'
  23. ]