Skip to content

Commit

Permalink
Removed the public API documentation
Browse files Browse the repository at this point in the history
In accordance with discussion between Daniel Holth, Nick Coghlan and
yours truly, wheel is to have no public API and its command line
interface will be its only public interface (just like with pip).
  • Loading branch information
agronholm committed Oct 1, 2017
1 parent 3c9cc21 commit c8f23fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
30 changes: 0 additions & 30 deletions docs/api.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os, pkg_resources
import pkg_resources

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand All @@ -25,7 +25,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc']
extensions = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,3 @@ Wheel
:maxdepth: 2

story
api

0 comments on commit c8f23fe

Please sign in to comment.