Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

ENH: Switch recommonmark to MyST-parser #787

Merged
merged 25 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
267d4e8
📝 Create basic for ML API
peterhessey Aug 5, 2022
806f261
📝 Add ML/configs base doc files
peterhessey Aug 5, 2022
0cbd7c7
📝 Finish ML/configs API
peterhessey Aug 8, 2022
f5c82cf
📝 Update augmentations
peterhessey Aug 8, 2022
ac0171a
📝 Add ML/dataset API docs
peterhessey Aug 8, 2022
e9fff6a
📝 Add rst skeleton for ML/models
peterhessey Aug 8, 2022
4fd8de4
📝 Fix docstring missing newlines
peterhessey Aug 8, 2022
6371548
Remove script
peterhessey Aug 8, 2022
27e7784
📝 Finish ML/models API docs
peterhessey Aug 8, 2022
6a1273f
📝 Start ML/SSL API. Fix some formatting issues
peterhessey Aug 9, 2022
562173b
📝 Correct whitespace issues in `:param`
peterhessey Aug 9, 2022
416e907
📝 Fix whitespace errors on `:return` statements
peterhessey Aug 9, 2022
a778dac
📝 Fix :return: statements
peterhessey Aug 9, 2022
33b557c
📝 Finish ML/SSL API
peterhessey Aug 9, 2022
7d4f466
📝 Add ML/utils API docs
peterhessey Aug 9, 2022
19ab5b2
📝 Add visualizer docs, fix `:raise` indents
peterhessey Aug 9, 2022
67169af
📝 Fix more issues with the `:raises:` formatting
peterhessey Aug 9, 2022
7619004
♻️ Restructuring folders
peterhessey Aug 9, 2022
bdc2a51
📝 Limit API `toctree` depth
peterhessey Aug 9, 2022
56c3a52
📝 Add primary InnerEye/ML files API to docs
peterhessey Aug 9, 2022
e9e5ee8
📝 Fix and add `InnerEye/ML/*.py` docs
peterhessey Aug 9, 2022
c1d84a8
⚰️ Remove weird `settings.json` change
peterhessey Aug 9, 2022
933bc7b
📌 Switch recommonmark to MyST-parser
peterhessey Aug 15, 2022
6e610b0
📌 Add myst-parser to `environment.yml`, lock env
peterhessey Aug 16, 2022
a9a5278
Fix conflicts merging main
peterhessey Aug 17, 2022
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
Prev Previous commit
Next Next commit
♻️ Restructuring folders
  • Loading branch information
peterhessey committed Aug 9, 2022
commit 7619004c9f606b9e0268f17dfe4762184cfccfc3
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
author = 'Microsoft'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = 'v0.4'


# -- General configuration ---------------------------------------------------
Expand Down
14 changes: 14 additions & 0 deletions docs/source/rst/api/ML/ML.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Machine learning
================

.. toctree::

configs
models
dataset
augmentations
pipelines
SSL
utils
runner
photometric_normalization
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All Other SSL Components
------------------------

.. toctree::
lightning_containers/index
lightning_modules/index
datamodules_and_datasets/index
utils/index
SSL/lightning_containers
SSL/lightning_modules
SSL/datamodules_and_datasets
SSL/utils
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The following is a list of the pre-defined configurations that can be used or in

.. toctree::

classification/index
regression/index
segmentation/index
ssl/index
other/index
configs/classification
configs/regression
configs/segmentation
configs/ssl
configs/other
14 changes: 0 additions & 14 deletions docs/source/rst/api/ML/index.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Models
Below is a list of models and various deep learning components that are available within InnerEye-DeepLearning.

.. toctree::
architectures/index
blocks/index
layers/index
losses/index
models/architectures
models/blocks
models/layers
models/losses
2 changes: 1 addition & 1 deletion docs/source/rst/api/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. toctree::

ML/index
ML/ML