Update project skeleton
This commit is contained in:
19
docs/conf.py
Normal file
19
docs/conf.py
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import setuptools_scm
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
]
|
||||
|
||||
# General information about the project.
|
||||
project = 'wolframalpha'
|
||||
copyright = '2015 Jason R. Coombs'
|
||||
|
||||
# The short X.Y version.
|
||||
version = setuptools_scm.get_version(root='..', relative_to=__file__)
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
master_doc = 'index'
|
8
docs/history.rst
Normal file
8
docs/history.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
:tocdepth: 2
|
||||
|
||||
.. _changes:
|
||||
|
||||
History
|
||||
*******
|
||||
|
||||
.. include:: ../CHANGES.txt
|
22
docs/index.rst
Normal file
22
docs/index.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
Welcome to wolframalpha documentation!
|
||||
========================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
history
|
||||
|
||||
|
||||
.. automodule:: wolframalpha
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
Reference in New Issue
Block a user