Skip to content

Commit

Permalink
Merge pull request #8
Browse files Browse the repository at this point in the history
+ updated doc for release 0.4.2
  • Loading branch information
martin5f authored Jan 7, 2021
2 parents 0b733eb + 351bc3f commit b2f129f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 183 deletions.
177 changes: 0 additions & 177 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if not exist %GENERATEDDIR%\ (
mkdir .\generated
)
REM Run external tools to generate documentation artefacts.
pandoc -s ..\README.md -o .\%GENERATEDDIR%\README.md.rst
REM pandoc -s ..\README.md -o .\%GENERATEDDIR%\README.md.rst
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end

Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.6+'
version = u'0.4.2'
# The full version, including alpha/beta/rc tags.
release = u'0.3.6+'
release = u'0.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand All @@ -83,7 +83,7 @@
pygments_style = 'sphinx'

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
todo_include_todos = True


# -- Options for HTML output ----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. PyPlanets documentation master file.
.. include:: ../generated/README.md.rst
.. include:: ../../README.rst

API
=======
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ pytest==4.0.1
pytest-cov==2.6.0
scandir==1.9.0
six==1.11.0

PyMeeus~=0.3.7
setuptools~=51.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
with open(path.join(here, 'README.md')) as f:
with open(path.join(here, 'README.rst')) as f:
long_description = f.read()

config = {
Expand Down

0 comments on commit b2f129f

Please sign in to comment.