<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Sphinx_%28Software%29</id>
	<title>Sphinx (Software) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Sphinx_%28Software%29"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Sphinx_(Software)&amp;action=history"/>
	<updated>2026-05-28T14:02:33Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Sphinx_(Software)&amp;diff=2622830&amp;oldid=prev</id>
		<title>imported&gt;Trustable: +Kategorie:Static site generator</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Sphinx_(Software)&amp;diff=2622830&amp;oldid=prev"/>
		<updated>2025-05-15T14:51:14Z</updated>

		<summary type="html">&lt;p&gt;+&lt;a href=&quot;/index.php?title=Kategorie:Static_site_generator&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Kategorie:Static site generator (Seite nicht vorhanden)&quot;&gt;Kategorie:Static site generator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox Software&lt;br /&gt;
| Name=&lt;br /&gt;
| Logo= &amp;lt;!-- [[Datei:Sphinx Python Documentation Logo.png]] --&amp;gt;&lt;br /&gt;
| Kategorie= [[Software-Dokumentationswerkzeug]]&lt;br /&gt;
| Hersteller= Georg Brandl&lt;br /&gt;
| AktuelleVersion= &amp;lt;!-- Wikidata --&amp;gt;&lt;br /&gt;
| AktuelleVersionFreigabeDatum= &amp;lt;!-- Wikidata --&amp;gt;&lt;br /&gt;
| Betriebssystem= [[plattformübergreifend]]&lt;br /&gt;
| Programmiersprache= [[Python (Programmiersprache)|Python]]&lt;br /&gt;
| Lizenz= BSD&lt;br /&gt;
| Website= [http://sphinx-doc.org/ sphinx-doc.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Sphinx&amp;#039;&amp;#039;&amp;#039; ist ein [[Software-Dokumentationswerkzeug]], welches [[reStructuredText]] in [[HTML]]-Seiten sowie viele weitere Formate wie [[PDF]], [[EPUB]] und [[Manpage]]s umwandelt. Es nutzt die Erweiterbarkeit von reStructuredText für z.&amp;amp;nbsp;B. das Darstellen mathematischer Notation oder zur Syntax-Hervorhebung. Der erste öffentliche Release wurde am 21. März 2008&amp;lt;ref&amp;gt;{{Internetquelle |url=http://pythonic.pocoo.org/2008/3/21/sphinx-is-released |titel=Sphinx is released! » And now for something completely Pythonic… |autor=Georg Brandl |zugriff=2011-04-03 |archiv-url=https://web.archive.org/web/20120322064904/http://pythonic.pocoo.org/2008/3/21/sphinx-is-released |archiv-datum=2012-03-22 |archiv-bot=2023-01-12 20:24:40 InternetArchiveBot }}&amp;lt;/ref&amp;gt; freigegeben. Es wurde zur Dokumentation des [[Python (Programmiersprache)|Python]]-Projekts entwickelt und wird von diesem auch intensiv eingesetzt.&amp;lt;ref&amp;gt;{{Internetquelle |url=https://docs.python.org/about.html |titel=About these documents – Python v2.7.1 documentation |hrsg=Python Software Foundation |zugriff=2011-04-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seit seiner Einführung im Jahr 2008 wurde Sphinx zunehmend auch in anderen wichtigen Python-basierten Projekten wie [[Bazaar]], [[SQLAlchemy]], [[MayaVi]], [[SageMath|Sage]], [[SciPy]], [[Django (Framework)|Django]] und [[Pylons]] eingesetzt, weiterhin wird es zur Dokumentation der [[Blender (Software)|Blender]]-Python-Programmierschnittstelle verwendet.&amp;lt;ref&amp;gt;{{Internetquelle |url=http://wiki.blender.org/index.php/Dev:2.5/Py/API/Generating_API_Reference |titel=Dev:2.5/Py/API/Generating API Reference – BlenderWiki! |hrsg=Blender Foundation |zugriff=2011-04-06 |offline=ja |archiv-bot=2024-05-13 13:34:17 InternetArchiveBot |archiv-url=https://web.archive.org/web/20110223095444/http://wiki.blender.org/index.php/Dev:2.5/Py/API/Generating_API_Reference |archiv-datum=2011-02-23 }}&amp;lt;/ref&amp;gt; Um die Wartung von Software-Dokumentationen zu vereinfachen, wurde das &amp;#039;&amp;#039;Read-the-docs&amp;#039;&amp;#039;-Project gegründet,&amp;lt;ref&amp;gt;{{Internetquelle |url=https://ericholscher.com/blog/2010/aug/16/announcing-read-docs/ |titel=Announcing Read The Docs |autor=Eric Holscher |zugriff=2011-04-06 |datum=2010-08-16}}&amp;lt;/ref&amp;gt; welches den Prozess des Uploads der aktuellen Dokumentation nach jedem Commit automatisiert. Die [[Python Software Foundation]] fördert das Read-the-docs-Projekt.&amp;lt;ref&amp;gt;{{Internetquelle |url=https://pyfound.blogspot.com/2011/03/psf-funds-readthedocsorg.html |titel=PSF Funds readthedocs.org |hrsg=Python Software Foundation |zugriff=2011-04-06 |datum=2011-03-09}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Jan Ulrich Hasecke, Georg Brandl: &amp;#039;&amp;#039;Software-Dokumentation mit Sphinx. CreateSpace Independent Publishing Platform.&amp;#039;&amp;#039; 2014, ISBN 978-1-4974-4868-1.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [https://www.sphinx-doc.org/ Offizielle Website]&lt;br /&gt;
* [https://www.sphinx-doc.org/en/master/examples.html &amp;#039;&amp;#039;A list of projects using Sphinx&amp;#039;&amp;#039;] (englisch)&lt;br /&gt;
* [https://docs.python.org/ &amp;#039;&amp;#039;Python Documentation&amp;#039;&amp;#039;] (mit Sphinx generiert, englisch)&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Freies Programmierwerkzeug]]&lt;br /&gt;
[[Kategorie:Python (Programmiersprache)]]&lt;br /&gt;
[[Kategorie:Static site generator]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Trustable</name></author>
	</entry>
</feed>