Metadata-Version: 2.1
Name: doxphinx
Version: 0.3.1
Summary: doxphinx for Sphinx
Home-page: http://doxphinx.org/
Author: Angel Linares Zapater
Author-email: alz@phyglos.org
License: GPL version 2
Project-URL: Documentation, https://docs.phyglos.org/doxphinx/
Project-URL: Source Code, https://github.com/phyglos/doxphinx/
Keywords: doxphinx,sphinx,phyglos
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Description-Content-Type: text/plain
Requires-Dist: sphinx (>=1.8.3)

#
# README - General description of the doxphinx project
#
# Copyright (C) 2018-2019 Angel Linares Zapater
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2, as
# published by the Free Software Foundation. See the COPYING file.
#
# This program is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#

Getting started
===============
doxphinx is a theme for the Sphinx documentation system. The purpose of doxphinx
is to provide a single mechanism to generate the documentation of a project,
both in HTML and PDF formats, from a common source.

This common source of documentation consists of a set of text files written in
reStructuredText markup language along with a set of conventions for writing and
organizing the different files. The Sphinx tool can then be used to automatically
generate a HTML website or a PDF book, both from the same single documentation source.

How to use
==========
In order to use doxphinx, once installed, to document any project you just need
create a directory for the documentation files. Using the Sphinx tool, initialize
the directory as a Sphinx project and configure the conf.py file that will be
created, and you are ready to build the documentation using doxphinx.

At this point you can focus on the actual documentation work for your project.
Whenever the documentation is ready to be published or updated, use Sphinx to format
again the HTML website or the PDF book from the documentation source files.

Status
======
The doxphinx project is in DEVELOPMENT status. The internal structure of the theme
and extensions and the way of distributing releases may still change.

More information
================
The COPYING file contains the GNU License for this software.
The RELEASE file describes the main changes in this release.

See https://docs.phyglos.org/doxphinx for more information.


