automatically reference right scalaVersion in RST
using epilog_rst configuration variable in sphinx, which reads akka-docs/epilog_rst, which is written in sphinx-scala-version task by SBT, which is referenced by the other docs tasks as a dependency
This commit is contained in:
parent
b9e91d69d7
commit
d41160f4bf
7 changed files with 25 additions and 8 deletions
|
|
@ -58,7 +58,7 @@ After extracting data from a ``ByteIterator``, the remaining content can also be
|
|||
.. includecode:: code/akka/docs/io/BinaryCoding.scala
|
||||
:include: rest-to-seq
|
||||
|
||||
with no copying from bytes to rest involved. In general, conversions from ByteString to ByteIterator and vice versa are O(1) for non-chunked ``ByteString``s and (at worst) O(nChunks) for chunked ByteStrings.
|
||||
with no copying from bytes to rest involved. In general, conversions from ByteString to ByteIterator and vice versa are O(1) for non-chunked ``ByteString`` and (at worst) O(nChunks) for chunked ByteStrings.
|
||||
|
||||
|
||||
Encoding of data also is very natural, using ``ByteStringBuilder``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue