diff --git a/docs/index.rst b/docs/index.rst index bf50f655..f7192a7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,14 +11,15 @@ development. It is an open source platform that has been continuously refined and distributed for planning applications around the world for over 15 years. -Contents: +Contents +-------- .. toctree:: :maxdepth: 2 models/index utils/index - + urbanchoice/index Indices and tables diff --git a/docs/urbanchoice/index.rst b/docs/urbanchoice/index.rst new file mode 100644 index 00000000..7da6036a --- /dev/null +++ b/docs/urbanchoice/index.rst @@ -0,0 +1,8 @@ +Location Choice Utilities +========================= + +.. toctree:: + :maxdepth: 2 + + mnl + interaction diff --git a/docs/urbanchoice/interaction.rst b/docs/urbanchoice/interaction.rst new file mode 100644 index 00000000..946cf8dc --- /dev/null +++ b/docs/urbanchoice/interaction.rst @@ -0,0 +1,5 @@ +Interaction Datasets +==================== + +.. automodule:: urbansim.urbanchoice.interaction + :members: diff --git a/docs/urbanchoice/mnl.rst b/docs/urbanchoice/mnl.rst new file mode 100644 index 00000000..7e2b13bc --- /dev/null +++ b/docs/urbanchoice/mnl.rst @@ -0,0 +1,5 @@ +Multinomial Logit +================= + +.. automodule:: urbansim.urbanchoice.mnl + :members: