Skip to main content

UNKNOWN

Project description

Introduction

Do you have smaller Python projects that only need a README file for documentation? Want to host your README on Read The Docs?

sphinx-me is a BSD licensed tool that will create a Sphinx documentation shell for your project and include the README file as the index file. It handles extracting the required meta data such as the project name, author and version from your project for use in your Sphinx docs.

Once you use sphinx-me to build your Sphinx docs, you can then add your project to the Read The Docs site and have your project’s README hosted with an attractive Sphinx documentation theme.

Installation

The easiest way to install sphinx-me is directly from PyPI using pip or setuptools by running the respective command below:

$ pip install -U sphinx-me

or:

$ easy_install -U sphinx-me

Otherwise you can download sphinx-me and install it directly from source:

$ python setup.py install

Running

sphinx-me will be installed as a system-wide script that can be run from the command line while in your project’s root directory:

$ sphinx-me

When run in your project’s directory, it will create a docs directory with two files, the Sphinx conf.py module, and an index.rst file which will include your project’s README.

The conf.py module calls a setup function from sphinx-me that sets up the minimum required settings for your Sphinx docs.

  • project - the directory name of your project is used.

  • version - retrieved from the version arg of your setup.py script, or your package’s __version__ attribute.

  • copyright - retrieved from the author arg of your setup.py script, or your package’s __author__ attribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-me-0.1.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file sphinx-me-0.1.tar.gz.

File metadata

  • Download URL: sphinx-me-0.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sphinx-me-0.1.tar.gz
Algorithm Hash digest
SHA256 cc0dfff4b3cfea68b53357de22c9887226bf4aa4025d03cf4755d8f6f7d320e4
MD5 5fc57c104a44159411c4a44db23f9344
BLAKE2b-256 5e2007c3ab78e9a2e066df16d6efd78828591389bb73d55edc5792ae8774b5d6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page