Skip to content

Commit

Permalink
Changes. You know how it is.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgrant10 committed Apr 7, 2020
1 parent a2d1058 commit 50e9bf3
Show file tree
Hide file tree
Showing 21 changed files with 798 additions and 598 deletions.
3 changes: 3 additions & 0 deletions docs/_static/css/custom.css
@@ -0,0 +1,3 @@
.highlight .go {
color: hsla(0, 0%, 50%, .8);
}
1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

4 changes: 3 additions & 1 deletion docs/conf.py
Expand Up @@ -97,7 +97,9 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {
'css_files': ['_static/css/custom.css'],
}

# -- Options for HTMLHelp output ---------------------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/contributing.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/history.rst

This file was deleted.

14 changes: 7 additions & 7 deletions docs/index.rst
Expand Up @@ -5,13 +5,13 @@ Welcome to TSPLIB 95's documentation!
:maxdepth: 2
:caption: Contents:

readme
installation
usage
modules
contributing
authors
history
pages/readme
pages/installation
pages/usage
pages/modules
pages/contributing
pages/authors
pages/history

Indices and tables
==================
Expand Down
39 changes: 0 additions & 39 deletions docs/modules.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/pages/authors.rst
@@ -0,0 +1 @@
.. include:: ../../AUTHORS.rst
1 change: 1 addition & 0 deletions docs/pages/contributing.rst
@@ -0,0 +1 @@
.. include:: ../../CONTRIBUTING.rst
1 change: 1 addition & 0 deletions docs/pages/history.rst
@@ -0,0 +1 @@
.. include:: ../../HISTORY.rst
File renamed without changes.
80 changes: 80 additions & 0 deletions docs/pages/modules.rst
@@ -0,0 +1,80 @@
API Documentation
=================


Loaders
-------

The loaders are responsible for loading from a filepath, reading a file-like
object, or parsing a string.

.. automodule:: tsplib95.loaders
:members:
:show-inheritance:


Problems
--------

Problem classes define what fields can be present and how they are converted
to and from text.

.. automodule:: tsplib95.models
:members:
:show-inheritance:


Fields
------

.. automodule:: tsplib95.fields
:members:
:show-inheritance:


Transformers
------------

.. automodule:: tsplib95.transformers
:members:
:show-inheritance:


Matrices
--------

.. automodule:: tsplib95.matrix
:members:
:show-inheritance:


Distances
---------

.. automodule:: tsplib95.distances
:members:
:show-inheritance:


Biseps
------

.. automodule:: tsplib95.bisep
:members:
:show-inheritance:


Utilities
---------

.. automodule:: tsplib95.utils
:members:
:show-inheritance:


Exceptions
----------

.. automodule:: tsplib95.exceptions
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/pages/readme.rst
@@ -0,0 +1 @@
.. include:: ../../README.rst

0 comments on commit 50e9bf3

Please sign in to comment.