Skip to content

Commit

Permalink
Merge pull request #925 from wkerzendorf/docs/fix_changelog
Browse files Browse the repository at this point in the history
Docs/fix changelog
  • Loading branch information
wkerzendorf authored Apr 29, 2019
2 parents 3f2102f + 9b7a36e commit c2a89ce
Show file tree
Hide file tree
Showing 9 changed files with 443 additions and 843 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ script:
- set -e
- conda install -y -c conda-forge nodejs
- npm install -g github-changes
- github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f CHANGELOG.rst -k $GITHUB_CHANGES_OAUTH
- github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f CHANGELOG.md -k $GITHUB_CHANGES_OAUTH
- python setup.py build_docs
- pip install doctr
- git lfs uninstall
Expand Down
432 changes: 432 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

788 changes: 0 additions & 788 deletions CHANGELOG.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/CHANGELOG.md
3 changes: 0 additions & 3 deletions docs/changelog.rst

This file was deleted.

9 changes: 7 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@
'numpydoc',
'nbsphinx',
'sphinx.ext.autodoc',
'sphinx-jsonschema'
'sphinx-jsonschema',
'recommonmark'
]

source_suffix = '.rst'
source_suffix = {
'.rst': 'restructuredtext',
# '.txt': 'markdown',
'.md': 'markdown',
}
## get's rid of many toctree contains errors: see https://github.com/phn/pytpm/issues/3#issuecomment-12133978
numpydoc_show_class_members = False
extensions += ['matplotlib.sphinxext.plot_directive',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Using Tardis
:maxdepth: 2

installation
CHANGELOG.md
quickstart
running/index
examples/index
Expand Down Expand Up @@ -62,7 +63,6 @@ Developing Tardis
issues
workflow/development_workflow
runnints_tests
changelog

==========
References
Expand Down
48 changes: 0 additions & 48 deletions tardis_env27.yml

This file was deleted.

1 change: 1 addition & 0 deletions tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies:
- sphinx_bootstrap_theme
- sphinxcontrib-bibtex
- sphinx_rtd_theme
- recommonmark

#Test/Coverage requirements
- git-lfs
Expand Down

0 comments on commit c2a89ce

Please sign in to comment.