mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-09 23:23:54 +00:00
19 lines
464 B
Python
19 lines
464 B
Python
# This is where we list the ReStructuredText source files that form
|
|
# the book. When you're ready to expose a new chapter, add the
|
|
# filename here and put links in index.rst
|
|
|
|
sources = [
|
|
'counting_iterator.rst',
|
|
'facade-and-adaptor.rst',
|
|
'filter_iterator.rst',
|
|
'function_output_iterator.rst',
|
|
'index.rst',
|
|
'indirect_iterator.rst',
|
|
'iterator_adaptor.rst',
|
|
'iterator_facade.rst',
|
|
'new-iter-concepts.rst',
|
|
'permutation_iterator.rst',
|
|
'reverse_iterator.rst'
|
|
]
|
|
|