﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FTools%2FUser_Reference_Manual%2FEditor_Vim%2FInstantRST</id>
	<title>Dev:Doc/Tools/User Reference Manual/Editor Vim/InstantRST - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FTools%2FUser_Reference_Manual%2FEditor_Vim%2FInstantRST"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim/InstantRST&amp;action=history"/>
	<updated>2026-06-17T11:07:42Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim/InstantRST&amp;diff=148439&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim/InstantRST&amp;diff=148439&amp;oldid=prev"/>
		<updated>2018-06-28T21:10:46Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:10時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim/InstantRST&amp;diff=148438&amp;oldid=prev</id>
		<title>wiki&gt;Dfelinto: Undo revision 252324 by Dfelinto (talk)</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim/InstantRST&amp;diff=148438&amp;oldid=prev"/>
		<updated>2015-07-03T03:14:18Z</updated>

		<summary type="html">&lt;p&gt;Undo revision 252324 by &lt;a href=&quot;/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/Dfelinto&quot; title=&quot;特別:投稿記録/Dfelinto&quot;&gt;Dfelinto&lt;/a&gt; (&lt;a href=&quot;/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Dfelinto&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;利用者・トーク:Dfelinto (存在しないページ)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a short guide on how I've been editing the blender-manual with real-time feedback (WYSIWYG).&lt;br /&gt;
&lt;br /&gt;
This guide relies on vim and the '''Instant-rst''' system by [https://github.com/Rykka Rykka]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
1. Go to the Documentation Page and follow the instructions on how to build it [[https://developer.blender.org/project/view/53/ link]]&lt;br /&gt;
&lt;br /&gt;
(for this guide I'm assuming the sources are in '''~/blender-manual''')&lt;br /&gt;
&lt;br /&gt;
2. Install '''InstantRst''': [[https://github.com/Rykka/InstantRst link]] (this is a plugin for vim)&lt;br /&gt;
&lt;br /&gt;
3. Install '''InstantRst Server''': [[https://github.com/dfelinto/instant-rst.py/tree/blender-manual-static-templates link]] (this is a patched python plugin)&lt;br /&gt;
&lt;br /&gt;
==Running the Server==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;instantRst -f ~/blender-manual/manual/render/workflows/bake.rst -i ~/blender-manual/manual/images&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Editing the Manual==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;vim ~/blender-manual/manual/render/workflows/bake.rst&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will open the file in vim, and now you can run the plugin&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;:InstantRst&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start editing and look at your browser being updated while you edit it.&lt;br /&gt;
&lt;br /&gt;
==Further Considerations==&lt;br /&gt;
Some RST syntaxes are not supported by Instanst-Rst server (in particularly guilabel, which we use a lot). So it's good to build the docs as you would normally to make sure everything looks fine. In this case you could either do '''make''' to build everything, or '''make render''' to build only the parts relative to the rendering.&lt;br /&gt;
&lt;br /&gt;
==Advanced Notes==&lt;br /&gt;
The patched '''instant-rst server''' has two new additions:&lt;br /&gt;
&lt;br /&gt;
* A new command-line parameter for the images folder&lt;br /&gt;
* The static files and templates the Blender Manual requires&lt;br /&gt;
&lt;br /&gt;
In the future we will try to change this system so it can be merged back upstream.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Dfelinto</name></author>
		
	</entry>
</feed>