Skip to content

Commit

Permalink
Merge pull request #217 from kdere/master
Browse files Browse the repository at this point in the history
fixed up doc index
  • Loading branch information
kdere committed Oct 22, 2018
2 parents 130e7f3 + bd82a92 commit 6b87c69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/0-notes.txt
Expand Up @@ -12,3 +12,6 @@ sphinx-apidoc -o source/api ../ChiantiPy

then need to exit stuff in api ChiantiPy.base.rst to include the methods

sphinxdoc.css - line 20 14px -> 16px


8 changes: 7 additions & 1 deletion docs/source/changelog.rst
Expand Up @@ -7,7 +7,13 @@ changes from 0.7.1 to 0.8.0

ChiantiPy is now only compliant with Python 3. Development is currently with Python 3.6

The use of the PyQt4 and WxWidgets packages have been dropped
The use of the PyQt4 and WxWidgets packages have been dropped and PyQt5 is now used

The documentation is now available on github.io_ and ReadTheDocs_

.. _github.io: https://chianti-atomic.github.io/

.. _ReadTheDocs: https://chiantipy.readthedocs.io/en/latest/?badge=latest

changes from 0.7.0 to 0.7.1
===========================
Expand Down
3 changes: 1 addition & 2 deletions docs/source/index.rst
Expand Up @@ -17,9 +17,8 @@ ChiantiPy v0.8.0 is released under a new license, the OSI approved ISC license.
CHIANTI is developed and maintained by scientists at George Mason University (USA), the University of Michigan (USA), and the University of Cambridge (UK). The first version of CHIANTI was released in 1997 and version 8.0 in 2016.

.. toctree::
:maxdepth: 3
:maxdepth: 2

.. include:: ../README.rst
getting_started
quick_start
tutorial
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
'Environment :: Console',
'Intended Audience :: Science/Research',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: ISC ',
'License :: OSI Approved :: ISC License (ISCL)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Astronomy',
Expand Down

0 comments on commit 6b87c69

Please sign in to comment.