Remove instances of .. page::
Replace instances of `.. page::` with: ```rst .. raw:: pdf PageBreak ``` This reduces my usage on the `preprocess` functionality I'd like to remove. This was done by executing this command: ``` find src -type f -name '*.rst' \ -exec sed -Ei 's/.. page::$/.. raw:: pdf\n\n PageBreak/g' {} \; ```
This commit is contained in:
parent
4f888eb6ec
commit
4de38d0276
27 changed files with 396 additions and 132 deletions
|
@ -14,7 +14,9 @@ Oliver Davies (@opdavies)
|
|||
.. image:: images/druplicon.png
|
||||
:width: 10cm
|
||||
|
||||
.. page::
|
||||
.. raw:: pdf
|
||||
|
||||
PageBreak
|
||||
|
||||
.. image:: images/sculpin.png
|
||||
:width: 10cm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue