Skip to content

Commit e75acc0

Browse files
committed
Rename some pages
1 parent 0bcfb0f commit e75acc0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/source/naming.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Variable & Constraint Naming
2-
============================
1+
Variable & Constraint Names
2+
===========================
33

44
It's good practice to name variables and constraints in optimization models. One good reason is that once a model is formulated from a dataset, you can write it to LP format for checking and debugging purposes.
55

docs/source/typing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Typing
2-
======
1+
Type Hints
2+
==========
33

44
The ``gurobipy-pandas`` API is partially typed. There is currently no
55
mechanism in Python's type system to allow for type checking of the

docs/source/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Usage
2-
=====
1+
Tutorial
2+
========
33

44
This page gives a brief run through of methods used to build optimization models in ``gurobipy-pandas`` and extract solutions. ``gurobipy-pandas`` provides several free functions for model building, and implements pandas' `accessors <https://pandas.pydata.org/docs/ecosystem.html#accessors>`_ to facilitate building models and querying results from dataframes and series respectively.
55

0 commit comments

Comments
 (0)