[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/4] docs: Multiple fixes to docs
This work started to fix a regression introduced by c/s a3a99df44 "docs/cmdline: Rewrite the cpuid_mask_* section" which has broken the formatting of xen-command-line.html on xenbits.xen.org/docs. It developed into several swamps of work... Andrew Cooper (4): docs/pandoc: Don't escape underscores in the middle of text docs/markdown: Switch to using pandoc, and fix underscore escaping docs/man: Fix/simplify generation of manpages docs: Remove Markdown from configure.ac and the build instructions .gitignore | 4 +- .travis.yml | 1 - README | 3 +- automation/build/centos/7.2.dockerfile | 3 +- automation/build/centos/7.dockerfile | 3 +- automation/build/debian/jessie-i386.dockerfile | 1 - automation/build/debian/jessie.dockerfile | 1 - automation/build/debian/stretch-i386.dockerfile | 1 - automation/build/debian/stretch.dockerfile | 1 - .../build/debian/unstable-arm64v8.dockerfile | 1 - automation/build/debian/unstable-i386.dockerfile | 1 - automation/build/debian/unstable.dockerfile | 1 - automation/build/ubuntu/bionic.dockerfile | 1 - automation/build/ubuntu/trusty.dockerfile | 1 - automation/build/ubuntu/xenial.dockerfile | 1 - config/Docs.mk.in | 1 - docs/Makefile | 76 +++------ docs/configure | 63 +------ docs/configure.ac | 5 +- docs/designs/{dmop.markdown => dmop.pandoc} | 0 .../{dom0less.markdown => dom0less.pandoc} | 0 docs/features/feature-levelling.pandoc | 16 +- docs/features/migration.pandoc | 2 +- docs/features/sched_credit2.pandoc | 6 +- docs/features/sched_rtds.pandoc | 8 +- ...ons.pod.7 => xen-pci-device-reservations.7.pod} | 0 .../{xen-pv-channel.pod.7 => xen-pv-channel.7.pod} | 0 docs/man/{xen-tscmode.pod.7 => xen-tscmode.7.pod} | 0 ...rface.markdown.7 => xen-vbd-interface.7.pandoc} | 0 docs/man/{xen-vtpm.pod.7 => xen-vtpm.7.pod} | 0 docs/man/{xen-vtpmmgr.pod.7 => xen-vtpmmgr.7.pod} | 0 .../{xenstore-chmod.pod.1 => xenstore-chmod.1.pod} | 0 docs/man/{xenstore-ls.pod.1 => xenstore-ls.1.pod} | 0 .../{xenstore-read.pod.1 => xenstore-read.1.pod} | 0 .../{xenstore-write.pod.1 => xenstore-write.1.pod} | 0 docs/man/{xenstore.pod.1 => xenstore.1.pod} | 0 docs/man/{xentop.pod.1 => xentop.1.pod} | 0 docs/man/{xentrace.pod.8 => xentrace.8.pod} | 0 ...xentrace_format.pod.1 => xentrace_format.1.pod} | 0 ...iguration.pod.5 => xl-disk-configuration.5.pod} | 0 ...ration.pod.5 => xl-network-configuration.5.pod} | 0 ...uma-placement.pod.7 => xl-numa-placement.7.pod} | 0 docs/man/{xl.pod.1.in => xl.1.pod.in} | 0 docs/man/{xl.cfg.pod.5.in => xl.cfg.5.pod.in} | 0 docs/man/{xl.conf.pod.5 => xl.conf.5.pod} | 0 .../{xlcpupool.cfg.pod.5 => xlcpupool.cfg.5.pod} | 0 docs/misc/{9pfs.markdown => 9pfs.pandoc} | 42 ++--- docs/misc/{coverage.markdown => coverage.pandoc} | 0 docs/misc/{efi.markdown => efi.pandoc} | 2 +- ...-unplug.markdown => hvm-emulated-unplug.pandoc} | 0 docs/misc/{livepatch.markdown => livepatch.pandoc} | 108 ++++++------ ...ecycle.markdown => pv-drivers-lifecycle.pandoc} | 0 docs/misc/{pvcalls.markdown => pvcalls.pandoc} | 18 +- docs/misc/{pvh.markdown => pvh.pandoc} | 10 +- ...loader.markdown => x86-xenpv-bootloader.pandoc} | 8 +- ...mmand-line.markdown => xen-command-line.pandoc} | 188 ++++++++++----------- ...nstore-paths.markdown => xenstore-paths.pandoc} | 6 +- docs/misc/{xl-psr.markdown => xl-psr.pandoc} | 0 docs/specs/libxc-migration-stream.pandoc | 60 +++---- docs/specs/libxl-migration-stream.pandoc | 34 ++-- 60 files changed, 286 insertions(+), 391 deletions(-) rename docs/designs/{dmop.markdown => dmop.pandoc} (100%) rename docs/features/{dom0less.markdown => dom0less.pandoc} (100%) rename docs/man/{xen-pci-device-reservations.pod.7 => xen-pci-device-reservations.7.pod} (100%) rename docs/man/{xen-pv-channel.pod.7 => xen-pv-channel.7.pod} (100%) rename docs/man/{xen-tscmode.pod.7 => xen-tscmode.7.pod} (100%) rename docs/man/{xen-vbd-interface.markdown.7 => xen-vbd-interface.7.pandoc} (100%) rename docs/man/{xen-vtpm.pod.7 => xen-vtpm.7.pod} (100%) rename docs/man/{xen-vtpmmgr.pod.7 => xen-vtpmmgr.7.pod} (100%) rename docs/man/{xenstore-chmod.pod.1 => xenstore-chmod.1.pod} (100%) rename docs/man/{xenstore-ls.pod.1 => xenstore-ls.1.pod} (100%) rename docs/man/{xenstore-read.pod.1 => xenstore-read.1.pod} (100%) rename docs/man/{xenstore-write.pod.1 => xenstore-write.1.pod} (100%) rename docs/man/{xenstore.pod.1 => xenstore.1.pod} (100%) rename docs/man/{xentop.pod.1 => xentop.1.pod} (100%) rename docs/man/{xentrace.pod.8 => xentrace.8.pod} (100%) rename docs/man/{xentrace_format.pod.1 => xentrace_format.1.pod} (100%) rename docs/man/{xl-disk-configuration.pod.5 => xl-disk-configuration.5.pod} (100%) rename docs/man/{xl-network-configuration.pod.5 => xl-network-configuration.5.pod} (100%) rename docs/man/{xl-numa-placement.pod.7 => xl-numa-placement.7.pod} (100%) rename docs/man/{xl.pod.1.in => xl.1.pod.in} (100%) rename docs/man/{xl.cfg.pod.5.in => xl.cfg.5.pod.in} (100%) rename docs/man/{xl.conf.pod.5 => xl.conf.5.pod} (100%) rename docs/man/{xlcpupool.cfg.pod.5 => xlcpupool.cfg.5.pod} (100%) rename docs/misc/{9pfs.markdown => 9pfs.pandoc} (98%) rename docs/misc/{coverage.markdown => coverage.pandoc} (100%) rename docs/misc/{efi.markdown => efi.pandoc} (99%) rename docs/misc/{hvm-emulated-unplug.markdown => hvm-emulated-unplug.pandoc} (100%) rename docs/misc/{livepatch.markdown => livepatch.pandoc} (92%) rename docs/misc/{pv-drivers-lifecycle.markdown => pv-drivers-lifecycle.pandoc} (100%) rename docs/misc/{pvcalls.markdown => pvcalls.pandoc} (99%) rename docs/misc/{pvh.markdown => pvh.pandoc} (93%) rename docs/misc/{x86-xenpv-bootloader.markdown => x86-xenpv-bootloader.pandoc} (89%) rename docs/misc/{xen-command-line.markdown => xen-command-line.pandoc} (95%) rename docs/misc/{xenstore-paths.markdown => xenstore-paths.pandoc} (99%) rename docs/misc/{xl-psr.markdown => xl-psr.pandoc} (100%) -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |