Skip to content

Commit

Permalink
Still trying to API docs to work on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancole committed Feb 6, 2021
1 parent 942dc97 commit a523092
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion doc/source/cython_branch_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The main tracing functionality is provided by three new (compiled) modules:


.. module:: ctracer

..moduleauthor:: Bryan Cole <bryancole.cam@googlemail.com>


Expand All @@ -42,4 +43,6 @@ The main tracing functionality is provided by three new (compiled) modules:

.. module:: cfaces

This module contains the concrete implementation of Face classes
This module contains the concrete implementation of Face classes.


7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@
install_requires = ["numpy >= 1.1",
#"VTK",
#"wxPython", #maybe can avoid an explicit dependancy on wx
"Traits >= 3.0",
"Mayavi >= 3.0", #TVTK is distributed as part of Mayavi
"TraitsUI >= 3.0"
"numpy >= 1.19",
"traits >= 3.0",
"mayavi >= 3.0", #TVTK is distributed as part of Mayavi
"traitsui >= 3.0"
],

package_data = {}, #none, yet
Expand Down

0 comments on commit a523092

Please sign in to comment.