Skip to content
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
4 changes: 0 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ help:
clean:
rm -rf $(BUILDDIR)/*

tutorials:
cd source; ipython nbconvert --to rst "../../tutorials/*.ipynb"


html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
Expand Down
27 changes: 0 additions & 27 deletions doc/source/Getting started.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/source/base.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/source/connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Connection
==========

.. automodule:: datajoint.connection
:members:
:inherited-members:
:members:
:inherited-members:
11 changes: 2 additions & 9 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@
Welcome to datajoint's documentation!
=====================================

Tutorials:

.. toctree::
:maxdepth: 2

Getting started.rst

API:

.. toctree::
:maxdepth: 2

base.rst
relational.rst
relation.rst
relational_operand.rst
connection.rst


Expand Down
5 changes: 5 additions & 0 deletions doc/source/relation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Relation
========

.. automodule:: datajoint.relation
:members:
6 changes: 0 additions & 6 deletions doc/source/relational.rst

This file was deleted.

6 changes: 6 additions & 0 deletions doc/source/relational_operand.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Relational operand
==================

.. automodule:: datajoint.relational_operand
:members:
:inherited-members:
56 changes: 0 additions & 56 deletions tutorials/Getting started.ipynb

This file was deleted.