Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/fix changelog #925

Merged
merged 5 commits into from
Apr 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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